#BEEED4

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

Shades of Aero Blue #BEEED4

Tints of Aero Blue #BEEED4

Color information

#BEEED4 (or 0xBEEED4) is unknown color: approx Aero Blue. HEX triplet: BE, EE and D4. RGB value is (190,238,212). Sum of RGB (Red+Green+Blue) = 190+238+212=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEED4 is #41112B. Grayscale: #DCDCDC. Windows color (decimal): -4264236 or 13954750. OLE color: 13954750.

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

Color convert

RGB190238212-
CMYK0.2000.110.07
HSL147.5º58.54%83.92%-
HSV(B)147.5º20.17%93.33%-
XYZ63.6976.8573.76-
YUV220.68123.1106.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 238 (93.36% from 255) = 37.19%
BLUE value IS 212 (83.20% from 255) = 33.12%
R=29.69%
G=37.19%
B=33.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902382120.2000.110.07147.558.5483.92
HexBEEED4140B7943b54
Octal27635632424013722473124
Binary1011111011101110110101001010001011111100101001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEED4; }

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

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

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

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

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

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

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

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