#BDD0D7

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

Shades of Light Blue #BDD0D7

Tints of Light Blue #BDD0D7

Color information

#BDD0D7 (or 0xBDD0D7) is unknown color: approx Light Blue. HEX triplet: BD, D0 and D7. RGB value is (189,208,215). Sum of RGB (Red+Green+Blue) = 189+208+215=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDD0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0D7 is #422F28. Grayscale: #CBCBCB. Windows color (decimal): -4337449 or 14143677. OLE color: 14143677.

HSL color Cylindrical-coordinate representation of color #BDD0D7: hue angle of 196.15º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD0D7 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189208215-
CMYK0.120.0300.16
HSL196.15º24.53%79.22%-
HSV(B)196.15º12.09%84.31%-
XYZ55.8160.8473.09-
YUV203.12134.71117.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.88%
GREEN value IS 208 (81.64% from 255) = 33.99%
BLUE value IS 215 (84.38% from 255) = 35.13%
R=30.88%
G=33.99%
B=35.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892082150.120.0300.16196.1524.5379.22
HexBDD0D7C3010c4194f
Octal27532032714302030431117
Binary10111101110100001101011111001101000011000100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0D7; }

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

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

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

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

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

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

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

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