#BDD0D9

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

Shades of Light Blue #BDD0D9

Tints of Light Blue #BDD0D9

Color information

#BDD0D9 (or 0xBDD0D9) is unknown color: approx Light Blue. HEX triplet: BD, D0 and D9. RGB value is (189,208,217). Sum of RGB (Red+Green+Blue) = 189+208+217=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDD0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0D9 is #422F26. Grayscale: #CBCBCB. Windows color (decimal): -4337447 or 14274749. OLE color: 14274749.

HSL color Cylindrical-coordinate representation of color #BDD0D9: hue angle of 199.29º 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 #BDD0D9 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189208217-
CMYK0.130.0400.15
HSL199.29º26.92%79.61%-
HSV(B)199.29º12.9%85.1%-
XYZ56.0760.9474.45-
YUV203.34135.71117.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 208 (81.64% from 255) = 33.88%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=30.78%
G=33.88%
B=35.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892082170.130.0400.15199.2926.9279.61
HexBDD0D9D40Fc71b50
Octal27532033115401730733120
Binary10111101110100001101100111011000111111000111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0D9; }

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

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

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

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

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

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

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

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