#BEE9D8

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

Shades of Aero Blue #BEE9D8

Tints of Aero Blue #BEE9D8

Color information

#BEE9D8 (or 0xBEE9D8) is unknown color: approx Aero Blue. HEX triplet: BE, E9 and D8. RGB value is (190,233,216). Sum of RGB (Red+Green+Blue) = 190+233+216=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9D8 is #411627. Grayscale: #DADADA. Windows color (decimal): -4265512 or 14215614. OLE color: 14215614.

HSL color Cylindrical-coordinate representation of color #BEE9D8: hue angle of 156.28º degrees, saturation: 0.49, 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 #BEE9D8 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB190233216-
CMYK0.1800.070.09
HSL156.28º49.43%82.94%-
HSV(B)156.28º18.45%91.37%-
XYZ62.7774.1875.98-
YUV218.2126.75107.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 233 (91.41% from 255) = 36.46%
BLUE value IS 216 (84.77% from 255) = 33.80%
R=29.73%
G=36.46%
B=33.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902332160.1800.070.09156.2849.4382.94
HexBEE9D8120799c3153
Octal27635133022071123461123
Binary1011111011101001110110001001001111001100111001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9D8; }

 p { color: rgb(190,233,216); }

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

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

 a { background-color: rgb(190,233,216); }

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

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

 span { border-color: rgb(190,233,216); }

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