#BEEAD4

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

Shades of Aero Blue #BEEAD4

Tints of Aero Blue #BEEAD4

Color information

#BEEAD4 (or 0xBEEAD4) is unknown color: approx Aero Blue. HEX triplet: BE, EA and D4. RGB value is (190,234,212). Sum of RGB (Red+Green+Blue) = 190+234+212=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAD4 is #41152B. Grayscale: #DADADA. Windows color (decimal): -4265260 or 13953726. OLE color: 13953726.

HSL color Cylindrical-coordinate representation of color #BEEAD4: hue angle of 150º degrees, saturation: 0.51, 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 #BEEAD4 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB190234212-
CMYK0.1900.090.08
HSL150º51.16%83.14%-
HSV(B)150º18.8%91.76%-
XYZ62.5474.5573.38-
YUV218.34124.42107.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.87%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 212 (83.20% from 255) = 33.33%
R=29.87%
G=36.79%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902342120.1900.090.0815051.1683.14
HexBEEAD413098963353
Octal276352324230111022663123
Binary10111110111010101101010010011010011000100101101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAD4; }

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

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

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

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

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

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

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

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