#BCEAD4

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

Shades of Aero Blue #BCEAD4

Tints of Aero Blue #BCEAD4

Color information

#BCEAD4 (or 0xBCEAD4) is unknown color: approx Aero Blue. HEX triplet: BC, EA and D4. RGB value is (188,234,212). Sum of RGB (Red+Green+Blue) = 188+234+212=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAD4 is #43152B. Grayscale: #D9D9D9. Windows color (decimal): -4396332 or 13953724. OLE color: 13953724.

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

Color convert

RGB188234212-
CMYK0.2000.090.08
HSL151.3º52.27%82.75%-
HSV(B)151.3º19.66%91.76%-
XYZ62.0574.2973.36-
YUV217.74124.76106.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 212 (83.20% from 255) = 33.44%
R=29.65%
G=36.91%
B=33.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882342120.2000.090.08151.352.2782.75
HexBCEAD414098973453
Octal274352324240111022764123
Binary10111100111010101101010010100010011000100101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAD4; }

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

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

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

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

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

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

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

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