#BDD2DF

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

Shades of Light Blue #BDD2DF

Tints of Light Blue #BDD2DF

Color information

#BDD2DF (or 0xBDD2DF) is unknown color: approx Light Blue. HEX triplet: BD, D2 and DF. RGB value is (189,210,223). Sum of RGB (Red+Green+Blue) = 189+210+223=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2DF is #422D20. Grayscale: #CDCDCD. Windows color (decimal): -4336929 or 14668477. OLE color: 14668477.

HSL color Cylindrical-coordinate representation of color #BDD2DF: hue angle of 202.94º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDD2DF is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189210223-
CMYK0.150.0600.13
HSL202.94º34.69%80.78%-
HSV(B)202.94º15.25%87.45%-
XYZ57.3562.2478.8-
YUV205.2138.04116.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 210 (82.42% from 255) = 33.76%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=30.39%
G=33.76%
B=35.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892102230.150.0600.13202.9434.6980.78
HexBDD2DFF60Dcb2351
Octal27532233717601531343121
Binary101111011101001011011111111111001101110010111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2DF; }

 p { color: rgb(189,210,223); }

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

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

 a { background-color: rgb(189,210,223); }

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

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

 span { border-color: rgb(189,210,223); }

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