#BEE0CC

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

Shades of Aero Blue #BEE0CC

Tints of Aero Blue #BEE0CC

Color information

#BEE0CC (or 0xBEE0CC) is unknown color: approx Aero Blue. HEX triplet: BE, E0 and CC. RGB value is (190,224,204). Sum of RGB (Red+Green+Blue) = 190+224+204=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0CC is #411F33. Grayscale: #D3D3D3. Windows color (decimal): -4267828 or 13426878. OLE color: 13426878.

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

Color convert

RGB190224204-
CMYK0.1500.090.12
HSL144.71º35.42%81.18%-
HSV(B)144.71º15.18%87.84%-
XYZ58.7968.6267.27-
YUV211.55123.74112.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 224 (87.89% from 255) = 36.25%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=30.74%
G=36.25%
B=33.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902242040.1500.090.12144.7135.4281.18
HexBEE0CCF09C912351
Octal276340314170111422143121
Binary1011111011100000110011001111010011100100100011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0CC; }

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

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

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

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

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

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

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

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