#BDD9EA

Color #BDD9EA Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BDD9EA

Tints of Light Blue #BDD9EA

Color information

#BDD9EA (or 0xBDD9EA) is unknown color: approx Light Blue. HEX triplet: BD, D9 and EA. RGB value is (189,217,234). Sum of RGB (Red+Green+Blue) = 189+217+234=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9EA is #422615. Grayscale: #D2D2D2. Windows color (decimal): -4335126 or 15391165. OLE color: 15391165.

HSL color Cylindrical-coordinate representation of color #BDD9EA: hue angle of 202.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD9EA is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189217234-
CMYK0.190.0700.08
HSL202.67º51.72%82.94%-
HSV(B)202.67º19.23%91.76%-
XYZ60.6566.3987.46-
YUV210.57141.22112.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 217 (85.16% from 255) = 33.91%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=29.53%
G=33.91%
B=36.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892172340.190.0700.08202.6751.7282.94
HexBDD9EA13708cb3453
Octal27533135223701031364123
Binary1011110111011001111010101001111101000110010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9EA; }

 p { color: rgb(189,217,234); }

 H1.HeaderClassName
 {
   color: #BDD9EA;
 }
 .AnyTagClassName
 {
   color: #BDD9EA;
 }
</style>
background-color css

<style>
 a { background-color: #BDD9EA; }

 a { background-color: rgb(189,217,234); }

 div.DivClassName
 {
   background-color: #BDD9EA;
 }
 .BgClassName
 {
   background-color: #BDD9EA;
 }
</style>
border-color css

<style>
 span { border-color: #BDD9EA; }

 span { border-color: rgb(189,217,234); }

 td.TdClassName
 {
   border-color: #BDD9EA;
 }
 .TagClassName
 {
   border-color: #BDD9EA;
 }
</style>