#BEEBD9

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

Shades of Aero Blue #BEEBD9

Tints of Aero Blue #BEEBD9

Color information

#BEEBD9 (or 0xBEEBD9) is unknown color: approx Aero Blue. HEX triplet: BE, EB and D9. RGB value is (190,235,217). Sum of RGB (Red+Green+Blue) = 190+235+217=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBD9 is #411426. Grayscale: #DBDBDB. Windows color (decimal): -4264999 or 14281662. OLE color: 14281662.

HSL color Cylindrical-coordinate representation of color #BEEBD9: hue angle of 156º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBD9 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB190235217-
CMYK0.1900.080.08
HSL156º52.94%83.33%-
HSV(B)156º19.15%92.16%-
XYZ63.4775.3776.85-
YUV219.49126.59106.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 235 (92.19% from 255) = 36.60%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=29.60%
G=36.60%
B=33.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902352170.1900.080.0815652.9483.33
HexBEEBD9130889c3553
Octal276353331230101023465123
Binary10111110111010111101100110011010001000100111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBD9; }

 p { color: rgb(190,235,217); }

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

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

 a { background-color: rgb(190,235,217); }

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

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

 span { border-color: rgb(190,235,217); }

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