#BEE1CE

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

Shades of Aero Blue #BEE1CE

Tints of Aero Blue #BEE1CE

Color information

#BEE1CE (or 0xBEE1CE) is unknown color: approx Aero Blue. HEX triplet: BE, E1 and CE. RGB value is (190,225,206). Sum of RGB (Red+Green+Blue) = 190+225+206=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1CE is #411E31. Grayscale: #D4D4D4. Windows color (decimal): -4267570 or 13558206. OLE color: 13558206.

HSL color Cylindrical-coordinate representation of color #BEE1CE: hue angle of 147.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE1CE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB190225206-
CMYK0.1600.080.12
HSL147.43º36.84%81.37%-
HSV(B)147.43º15.56%88.24%-
XYZ59.369.2568.63-
YUV212.37124.4112.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=30.60%
G=36.23%
B=33.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902252060.1600.080.12147.4336.8481.37
HexBEE1CE1008C932551
Octal276341316200101422345121
Binary10111110111000011100111010000010001100100100111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1CE; }

 p { color: rgb(190,225,206); }

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

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

 a { background-color: rgb(190,225,206); }

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

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

 span { border-color: rgb(190,225,206); }

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