#BEE4CD

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

Shades of Aero Blue #BEE4CD

Tints of Aero Blue #BEE4CD

Color information

#BEE4CD (or 0xBEE4CD) is unknown color: approx Aero Blue. HEX triplet: BE, E4 and CD. RGB value is (190,228,205). Sum of RGB (Red+Green+Blue) = 190+228+205=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE4CD is #411B32. Grayscale: #D6D6D6. Windows color (decimal): -4266803 or 13493438. OLE color: 13493438.

HSL color Cylindrical-coordinate representation of color #BEE4CD: hue angle of 143.68º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE4CD is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB190228205-
CMYK0.1700.100.11
HSL143.68º41.3%81.96%-
HSV(B)143.68º16.67%89.41%-
XYZ6070.8468.27-
YUV214.02122.91110.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 228 (89.45% from 255) = 36.60%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=30.50%
G=36.60%
B=32.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902282050.1700.100.11143.6841.381.96
HexBEE4CD110AB902952
Octal276344315210121322051122
Binary10111110111001001100110110001010101011100100001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4CD; }

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

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

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

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

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

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

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

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