#BDDECB

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

Shades of Aero Blue #BDDECB

Tints of Aero Blue #BDDECB

Color information

#BDDECB (or 0xBDDECB) is unknown color: approx Aero Blue. HEX triplet: BD, DE and CB. RGB value is (189,222,203). Sum of RGB (Red+Green+Blue) = 189+222+203=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDECB is #422134. Grayscale: #D2D2D2. Windows color (decimal): -4333877 or 13360829. OLE color: 13360829.

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

Color convert

RGB189222203-
CMYK0.1500.090.13
HSL145.45º33.33%80.59%-
HSV(B)145.45º14.86%87.06%-
XYZ57.8967.3766.45-
YUV209.97124.07113.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 203 (79.69% from 255) = 33.06%
R=30.78%
G=36.16%
B=33.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892222030.1500.090.13145.4533.3380.59
HexBDDECBF09D912151
Octal275336313170111522141121
Binary1011110111011110110010111111010011101100100011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDECB; }

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

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

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

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

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

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

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

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