#BDDBCC

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

Shades of Aero Blue #BDDBCC

Tints of Aero Blue #BDDBCC

Color information

#BDDBCC (or 0xBDDBCC) is unknown color: approx Aero Blue. HEX triplet: BD, DB and CC. RGB value is (189,219,204). Sum of RGB (Red+Green+Blue) = 189+219+204=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBCC is #422433. Grayscale: #D0D0D0. Windows color (decimal): -4334644 or 13425597. OLE color: 13425597.

HSL color Cylindrical-coordinate representation of color #BDDBCC: hue angle of 150º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBCC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB189219204-
CMYK0.1400.070.14
HSL150º29.41%80%-
HSV(B)150º13.7%85.88%-
XYZ57.2265.8466.82-
YUV208.32125.56114.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.88%
GREEN value IS 219 (85.94% from 255) = 35.78%
BLUE value IS 204 (80.08% from 255) = 33.33%
R=30.88%
G=35.78%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892192040.1400.070.1415029.4180
HexBDDBCCE07E961d50
Octal27533331416071622635120
Binary10111101110110111100110011100111111010010110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBCC; }

 p { color: rgb(189,219,204); }

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

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

 a { background-color: rgb(189,219,204); }

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

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

 span { border-color: rgb(189,219,204); }

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