#BEF9D6

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

Shades of Aero Blue #BEF9D6

Tints of Aero Blue #BEF9D6

Color information

#BEF9D6 (or 0xBEF9D6) is unknown color: approx Aero Blue. HEX triplet: BE, F9 and D6. RGB value is (190,249,214). Sum of RGB (Red+Green+Blue) = 190+249+214=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9D6 is #410629. Grayscale: #E3E3E3. Windows color (decimal): -4261418 or 14088638. OLE color: 14088638.

HSL color Cylindrical-coordinate representation of color #BEF9D6: hue angle of 144.41º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9D6 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB190249214-
CMYK0.2400.140.02
HSL144.41º83.1%86.08%-
HSV(B)144.41º23.69%97.65%-
XYZ67.2583.5576.2-
YUV227.37120.45101.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 214 (83.98% from 255) = 32.77%
R=29.10%
G=38.13%
B=32.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902492140.2400.140.02144.4183.186.08
HexBEF9D6180E2905356
Octal276371326300162220123126
Binary1011111011111001110101101100001110101001000010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9D6; }

 p { color: rgb(190,249,214); }

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

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

 a { background-color: rgb(190,249,214); }

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

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

 span { border-color: rgb(190,249,214); }

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