#BEEED7

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

Shades of Aero Blue #BEEED7

Tints of Aero Blue #BEEED7

Color information

#BEEED7 (or 0xBEEED7) is unknown color: approx Aero Blue. HEX triplet: BE, EE and D7. RGB value is (190,238,215). Sum of RGB (Red+Green+Blue) = 190+238+215=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEED7 is #411128. Grayscale: #DDDDDD. Windows color (decimal): -4264233 or 14151358. OLE color: 14151358.

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

Color convert

RGB190238215-
CMYK0.2000.100.07
HSL151.25º58.54%83.92%-
HSV(B)151.25º20.17%93.33%-
XYZ64.087775.78-
YUV221.03124.6105.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 215 (84.38% from 255) = 33.44%
R=29.55%
G=37.01%
B=33.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902382150.2000.100.07151.2558.5483.92
HexBEEED7140A7973b54
Octal27635632724012722773124
Binary1011111011101110110101111010001010111100101111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEED7; }

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

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

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

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

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

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

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

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