#BEE8D1

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

Shades of Aero Blue #BEE8D1

Tints of Aero Blue #BEE8D1

Color information

#BEE8D1 (or 0xBEE8D1) is unknown color: approx Aero Blue. HEX triplet: BE, E8 and D1. RGB value is (190,232,209). Sum of RGB (Red+Green+Blue) = 190+232+209=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8D1 is #41172E. Grayscale: #D8D8D8. Windows color (decimal): -4265775 or 13756606. OLE color: 13756606.

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

Color convert

RGB190232209-
CMYK0.1800.100.09
HSL147.14º47.73%82.75%-
HSV(B)147.14º18.1%90.98%-
XYZ61.673.2671.22-
YUV216.82123.59108.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 232 (91.02% from 255) = 36.77%
BLUE value IS 209 (82.03% from 255) = 33.12%
R=30.11%
G=36.77%
B=33.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902322090.1800.100.09147.1447.7382.75
HexBEE8D1120A9933053
Octal276350321220121122360123
Binary10111110111010001101000110010010101001100100111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8D1; }

 p { color: rgb(190,232,209); }

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

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

 a { background-color: rgb(190,232,209); }

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

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

 span { border-color: rgb(190,232,209); }

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