#BEEAD3

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

Shades of Aero Blue #BEEAD3

Tints of Aero Blue #BEEAD3

Color information

#BEEAD3 (or 0xBEEAD3) is unknown color: approx Aero Blue. HEX triplet: BE, EA and D3. RGB value is (190,234,211). Sum of RGB (Red+Green+Blue) = 190+234+211=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAD3 is #41152C. Grayscale: #DADADA. Windows color (decimal): -4265261 or 13888190. OLE color: 13888190.

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

Color convert

RGB190234211-
CMYK0.1900.100.08
HSL148.64º51.16%83.14%-
HSV(B)148.64º18.8%91.76%-
XYZ62.4274.572.72-
YUV218.22123.92107.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 211 (82.81% from 255) = 33.23%
R=29.92%
G=36.85%
B=33.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902342110.1900.100.08148.6451.1683.14
HexBEEAD3130A8953353
Octal276352323230121022563123
Binary10111110111010101101001110011010101000100101011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAD3; }

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

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

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

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

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

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

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

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