#bce8d2

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

Shades of Aero Blue #BCE8D2

Tints of Aero Blue #BCE8D2

Color information

#BCE8D2 (or 0xBCE8D2) is unknown color: approx Aero Blue. HEX triplet: BC, E8 and D2. RGB value is (188,232,210). Sum of RGB (Red+Green+Blue) = 188+232+210=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8D2 is #43172D. Grayscale: #D8D8D8. Windows color (decimal): -4396846 or 13822140. OLE color: 13822140.

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

Color convert

RGB188232210-
CMYK0.1900.090.09
HSL150º48.89%82.35%-
HSV(B)150º18.97%90.98%-
XYZ61.2373.0671.85-
YUV216.34124.42107.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 232 (91.02% from 255) = 36.83%
BLUE value IS 210 (82.42% from 255) = 33.33%
R=29.84%
G=36.83%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882322100.1900.090.0915048.8982.35
HexBCE8D213099963152
Octal274350322230111122661122
Binary10111100111010001101001010011010011001100101101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bce8d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bce8d2; }

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

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

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

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

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

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

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

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