#BCDAC9

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

Shades of Aero Blue #BCDAC9

Tints of Aero Blue #BCDAC9

Color information

#BCDAC9 (or 0xBCDAC9) is unknown color: approx Aero Blue. HEX triplet: BC, DA and C9. RGB value is (188,218,201). Sum of RGB (Red+Green+Blue) = 188+218+201=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC9 is #432536. Grayscale: #CFCFCF. Windows color (decimal): -4400439 or 13228732. OLE color: 13228732.

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

Color convert

RGB188218201-
CMYK0.1400.080.15
HSL146º28.85%79.61%-
HSV(B)146º13.76%85.49%-
XYZ56.3565.0564.84-
YUV207.09124.56114.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 201 (78.91% from 255) = 33.11%
R=30.97%
G=35.91%
B=33.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882182010.1400.080.1514628.8579.61
HexBCDAC9E08F921d50
Octal274332311160101722235120
Binary101111001101101011001001111001000111110010010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAC9; }

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

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

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

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

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

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

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

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