#BCEAD8

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

Shades of Aero Blue #BCEAD8

Tints of Aero Blue #BCEAD8

Color information

#BCEAD8 (or 0xBCEAD8) is unknown color: approx Aero Blue. HEX triplet: BC, EA and D8. RGB value is (188,234,216). Sum of RGB (Red+Green+Blue) = 188+234+216=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAD8 is #431527. Grayscale: #DADADA. Windows color (decimal): -4396328 or 14215868. OLE color: 14215868.

HSL color Cylindrical-coordinate representation of color #BCEAD8: hue angle of 156.52º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAD8 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB188234216-
CMYK0.2000.080.08
HSL156.52º52.27%82.75%-
HSV(B)156.52º19.66%91.76%-
XYZ62.5674.4976.05-
YUV218.19126.76106.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.47%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 216 (84.77% from 255) = 33.86%
R=29.47%
G=36.68%
B=33.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882342160.2000.080.08156.5252.2782.75
HexBCEAD8140889d3453
Octal274352330240101023564123
Binary10111100111010101101100010100010001000100111011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAD8; }

 p { color: rgb(188,234,216); }

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

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

 a { background-color: rgb(188,234,216); }

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

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

 span { border-color: rgb(188,234,216); }

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