#BDDECC

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

Shades of Aero Blue #BDDECC

Tints of Aero Blue #BDDECC

Color information

#BDDECC (or 0xBDDECC) is unknown color: approx Aero Blue. HEX triplet: BD, DE and CC. RGB value is (189,222,204). Sum of RGB (Red+Green+Blue) = 189+222+204=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDECC is #422133. Grayscale: #D2D2D2. Windows color (decimal): -4333876 or 13426365. OLE color: 13426365.

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

Color convert

RGB189222204-
CMYK0.1500.080.13
HSL147.27º33.33%80.59%-
HSV(B)147.27º14.86%87.06%-
XYZ58.0167.4267.08-
YUV210.08124.57112.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=30.73%
G=36.10%
B=33.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892222040.1500.080.13147.2733.3380.59
HexBDDECCF08D932151
Octal275336314170101522341121
Binary1011110111011110110011001111010001101100100111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDECC; }

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

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

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

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

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

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

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

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