#BEE0CD

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

Shades of Aero Blue #BEE0CD

Tints of Aero Blue #BEE0CD

Color information

#BEE0CD (or 0xBEE0CD) is unknown color: approx Aero Blue. HEX triplet: BE, E0 and CD. RGB value is (190,224,205). Sum of RGB (Red+Green+Blue) = 190+224+205=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0CD is #411F32. Grayscale: #D3D3D3. Windows color (decimal): -4267827 or 13492414. OLE color: 13492414.

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

Color convert

RGB190224205-
CMYK0.1500.080.12
HSL146.47º35.42%81.18%-
HSV(B)146.47º15.18%87.84%-
XYZ58.9168.6767.91-
YUV211.67124.24112.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 224 (87.89% from 255) = 36.19%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=30.69%
G=36.19%
B=33.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902242050.1500.080.12146.4735.4281.18
HexBEE0CDF08C922351
Octal276340315170101422243121
Binary1011111011100000110011011111010001100100100101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE0CD; }

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

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

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

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

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

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

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

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