#BCE8D0

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

Shades of Aero Blue #BCE8D0

Tints of Aero Blue #BCE8D0

Color information

#BCE8D0 (or 0xBCE8D0) is unknown color: approx Aero Blue. HEX triplet: BC, E8 and D0. RGB value is (188,232,208). Sum of RGB (Red+Green+Blue) = 188+232+208=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8D0 is #43172F. Grayscale: #D8D8D8. Windows color (decimal): -4396848 or 13691068. OLE color: 13691068.

HSL color Cylindrical-coordinate representation of color #BCE8D0: hue angle of 147.27º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE8D0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB188232208-
CMYK0.1900.100.09
HSL147.27º48.89%82.35%-
HSV(B)147.27º18.97%90.98%-
XYZ60.9872.9670.54-
YUV216.11123.42107.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 232 (91.02% from 255) = 36.94%
BLUE value IS 208 (81.64% from 255) = 33.12%
R=29.94%
G=36.94%
B=33.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882322080.1900.100.09147.2748.8982.35
HexBCE8D0130A9933152
Octal274350320230121122361122
Binary10111100111010001101000010011010101001100100111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8D0; }

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

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

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

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

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

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

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

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