COLOR #BDE5EB

HEX: #BDE5EB
RGB: (189,229,235)

Renk bilgisi

#BDE5EB contains red, green and blue colors in about the same proportion. #BDE5EB ‘ nin web güvenlik rengi #CCCCFF (ya da #CCF) dir.

RGB renk modeli

#BDE5EB color RGB value is (189,229,235).

  • kırmız ton 189;
  • yeşil ton 229;
  • mavi ton 235.
RGB:
(189,229,235)
(74%,90%,92%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 229 of 255 = 90%
B 235 of 255 = 92%

189
229
235

R + G + B ~ 85%. #BDE5EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 229 + 235 = 653 (100%)
R 189 of 653 ~ 28.94%
G 229 of 653 ~ 35.07%
B 235 of 653 ~ 35.99%

%28.94
%35.07
%35.99

CMYK RENK MODELİ

#BDE5EB rengi CMYK tonu (20,3,0,8).

  • camgöbeği tonu 19.57%
  • eflatun tonu 2.55%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(20,3,0,8)
C20M3Y0K8 
(20%,3%,0%,8%)
(0.20/0.03/0.00/0.08)	

CMYK yüzdeleri

%19.57
%2.55
%0
%7.84

Codes

Color #BDE5EB in popluar color models

BDE5EB
RGB189229235
HSL188°53.49%83.14%
HSB/HSV188°19.57%92.16%
CMYK19.57%2.55%0.00%
7.84%

Color #BDE5EB in popluar number systems.

HEXBDE5EB
Decimal189229235
Binary101111011110010111101011
Octal275345353

Shades and tints

Shades of #BDE5EB

#BDE5EB
(189,229,235)
#ACD1D6
(172,209,214)
#9BBDC1
(155,189,193)
#8AA9AC
(138,169,172)
#799597
(121,149,151)
#688182
(104,129,130)
#576D6D
(87,109,109)
#465958
(70,89,88)
#354543
(53,69,67)
#24312E
(36,49,46)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #BDE5EB

#BDE5EB
(189,229,235)
#C3E7EC
(195,231,236)
#C9E9ED
(201,233,237)
#CFEBEE
(207,235,238)
#D5EDEF
(213,237,239)
#DBEFF0
(219,239,240)
#E1F1F1
(225,241,241)
#E7F3F2
(231,243,242)
#EDF5F3
(237,245,243)
#F3F7F4
(243,247,244)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE5EB color. Also use rgb(189,229,235) instead hex code.

Text Font Color

.myTextColor { color: #BDE5EB; }

<p style="color:#BDE5EB">This sample text font color is #BDE5EB.</p>

This text font color is #BDE5EB.


Background Color

.myBgColor { background-color: #BDE5EB; }

<div style="background-color:#BDE5EB">Inner text</div>

This div background color is #BDE5EB.


Border color

.myBorderColor { border: 1px solid #BDE5EB; }

<div style="border:3px solid #BDE5EB">Div</div>

This div border color is #BDE5EB.


Opacity

.myOpacity80 { color: #BDE5EB; opacity: 0.8; }

<p style="color:#BDE5EB;opacity:0.8;">80%</p>

Text with #BDE5EB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDE5EB;}

<p style="text-shadow: 3px 3px 1px #BDE5EB">Text here.</p>

This text has shadow with #BDE5EB color.

.textShadow {text-shadow: 3px 3px 1px #BDE5EB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDE5EB, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDE5EB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDE5EB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDE5EB, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDE5EB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BDE5EB;
  -webkit-box-shadow:	1px 1px 3px 2px #BDE5EB;
  box-shadow:		1px 1px 3px 2px #BDE5EB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDE5EB;
-webkit-box-shadow: 1px 1px 3px 2px #BDE5EB;
box-shadow:1px 1px 3px 2px #BDE5EB;">
Div content here</div>
This div box has shadow with color #BDE5EB.

Preview

Color preview on black background

This text has color #BDE5EB on black background.


Color preview on white background

This text has color #BDE5EB on white background.



Black color preview on #BDE5EB background

This text has black color on #BDE5EB background.


White color preview on #BDE5EB background

This text has white color on #BDE5EB background.