#BDDAC9

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

Shades of Aero Blue #BDDAC9

Tints of Aero Blue #BDDAC9

Color information

#BDDAC9 (or 0xBDDAC9) is unknown color: approx Aero Blue. HEX triplet: BD, DA and C9. RGB value is (189,218,201). Sum of RGB (Red+Green+Blue) = 189+218+201=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAC9 is #422536. Grayscale: #CFCFCF. Windows color (decimal): -4334903 or 13228733. OLE color: 13228733.

HSL color Cylindrical-coordinate representation of color #BDDAC9: hue angle of 144.83º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDDAC9 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB189218201-
CMYK0.1300.080.15
HSL144.83º28.16%79.8%-
HSV(B)144.83º13.3%85.49%-
XYZ56.665.1864.86-
YUV207.39124.39114.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 201 (78.91% from 255) = 33.06%
R=31.09%
G=35.86%
B=33.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892182010.1300.080.15144.8328.1679.8
HexBDDAC9D08F911c50
Octal275332311150101722134120
Binary101111011101101011001001110101000111110010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAC9; }

 p { color: rgb(189,218,201); }

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

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

 a { background-color: rgb(189,218,201); }

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

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

 span { border-color: rgb(189,218,201); }

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