#BEE3CD

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

Shades of Aero Blue #BEE3CD

Tints of Aero Blue #BEE3CD

Color information

#BEE3CD (or 0xBEE3CD) is unknown color: approx Aero Blue. HEX triplet: BE, E3 and CD. RGB value is (190,227,205). Sum of RGB (Red+Green+Blue) = 190+227+205=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3CD is #411C32. Grayscale: #D5D5D5. Windows color (decimal): -4267059 or 13493182. OLE color: 13493182.

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

Color convert

RGB190227205-
CMYK0.1600.100.11
HSL144.32º39.78%81.76%-
HSV(B)144.32º16.3%89.02%-
XYZ59.7270.2968.18-
YUV213.43123.24111.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 227 (89.06% from 255) = 36.50%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=30.55%
G=36.50%
B=32.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902272050.1600.100.11144.3239.7881.76
HexBEE3CD100AB902852
Octal276343315200121322050122
Binary10111110111000111100110110000010101011100100001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE3CD; }

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

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

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

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

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

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

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

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