#BEEED0

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

Shades of Aero Blue #BEEED0

Tints of Aero Blue #BEEED0

Color information

#BEEED0 (or 0xBEEED0) is unknown color: approx Aero Blue. HEX triplet: BE, EE and D0. RGB value is (190,238,208). Sum of RGB (Red+Green+Blue) = 190+238+208=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEED0 is #41112F. Grayscale: #DCDCDC. Windows color (decimal): -4264240 or 13692606. OLE color: 13692606.

HSL color Cylindrical-coordinate representation of color #BEEED0: hue angle of 142.5º degrees, saturation: 0.59, 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 #BEEED0 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB190238208-
CMYK0.2000.130.07
HSL142.5º58.54%83.92%-
HSV(B)142.5º20.17%93.33%-
XYZ63.1976.6571.14-
YUV220.23121.1106.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.87%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 208 (81.64% from 255) = 32.70%
R=29.87%
G=37.42%
B=32.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902382080.2000.130.07142.558.5483.92
HexBEEED0140D78e3b54
Octal27635632024015721673124
Binary1011111011101110110100001010001101111100011101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEED0; }

 p { color: rgb(190,238,208); }

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

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

 a { background-color: rgb(190,238,208); }

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

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

 span { border-color: rgb(190,238,208); }

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