#BDD3D9

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

Shades of Light Blue #BDD3D9

Tints of Light Blue #BDD3D9

Color information

#BDD3D9 (or 0xBDD3D9) is unknown color: approx Light Blue. HEX triplet: BD, D3 and D9. RGB value is (189,211,217). Sum of RGB (Red+Green+Blue) = 189+211+217=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDD3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3D9 is #422C26. Grayscale: #CDCDCD. Windows color (decimal): -4336679 or 14275517. OLE color: 14275517.

HSL color Cylindrical-coordinate representation of color #BDD3D9: hue angle of 192.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD3D9 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189211217-
CMYK0.130.0300.15
HSL192.86º26.92%79.61%-
HSV(B)192.86º12.9%85.1%-
XYZ56.862.4274.7-
YUV205.11134.71116.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 217 (85.16% from 255) = 35.17%
R=30.63%
G=34.20%
B=35.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892112170.130.0300.15192.8626.9279.61
HexBDD3D9D30Fc11b50
Octal27532333115301730133120
Binary1011110111010011110110011101110111111000001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3D9; }

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

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

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

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

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

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

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

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