#BEEDD9

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

Shades of Aero Blue #BEEDD9

Tints of Aero Blue #BEEDD9

Color information

#BEEDD9 (or 0xBEEDD9) is unknown color: approx Aero Blue. HEX triplet: BE, ED and D9. RGB value is (190,237,217). Sum of RGB (Red+Green+Blue) = 190+237+217=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDD9 is #411226. Grayscale: #DCDCDC. Windows color (decimal): -4264487 or 14282174. OLE color: 14282174.

HSL color Cylindrical-coordinate representation of color #BEEDD9: hue angle of 154.47º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDD9 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB190237217-
CMYK0.2000.080.07
HSL154.47º56.63%83.73%-
HSV(B)154.47º19.83%92.94%-
XYZ64.0476.5377.04-
YUV220.67125.93106.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 217 (85.16% from 255) = 33.70%
R=29.50%
G=36.80%
B=33.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902372170.2000.080.07154.4756.6383.73
HexBEEDD9140879a3954
Octal27635533124010723271124
Binary1011111011101101110110011010001000111100110101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDD9; }

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

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

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

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

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

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

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

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