#BEE1CC

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

Shades of Aero Blue #BEE1CC

Tints of Aero Blue #BEE1CC

Color information

#BEE1CC (or 0xBEE1CC) is unknown color: approx Aero Blue. HEX triplet: BE, E1 and CC. RGB value is (190,225,204). Sum of RGB (Red+Green+Blue) = 190+225+204=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1CC is #411E33. Grayscale: #D4D4D4. Windows color (decimal): -4267572 or 13427134. OLE color: 13427134.

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

Color convert

RGB190225204-
CMYK0.1600.090.12
HSL144º36.84%81.37%-
HSV(B)144º15.56%88.24%-
XYZ59.0669.1667.36-
YUV212.14123.4112.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 225 (88.28% from 255) = 36.35%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=30.69%
G=36.35%
B=32.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902252040.1600.090.1214436.8481.37
HexBEE1CC1009C902551
Octal276341314200111422045121
Binary10111110111000011100110010000010011100100100001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE1CC; }

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

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

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

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

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

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

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

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