#BCEAD0

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

Shades of Aero Blue #BCEAD0

Tints of Aero Blue #BCEAD0

Color information

#BCEAD0 (or 0xBCEAD0) is unknown color: approx Aero Blue. HEX triplet: BC, EA and D0. RGB value is (188,234,208). Sum of RGB (Red+Green+Blue) = 188+234+208=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAD0 is #43152F. Grayscale: #D9D9D9. Windows color (decimal): -4396336 or 13691580. OLE color: 13691580.

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

Color convert

RGB188234208-
CMYK0.2000.110.08
HSL146.09º52.27%82.75%-
HSV(B)146.09º19.66%91.76%-
XYZ61.5574.0970.73-
YUV217.28122.76107.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 208 (81.64% from 255) = 33.02%
R=29.84%
G=37.14%
B=33.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882342080.2000.110.08146.0952.2782.75
HexBCEAD0140B8923453
Octal274352320240131022264123
Binary10111100111010101101000010100010111000100100101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAD0; }

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

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

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

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

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

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

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

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