#BEFCD8

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

Shades of Aero Blue #BEFCD8

Tints of Aero Blue #BEFCD8

Color information

#BEFCD8 (or 0xBEFCD8) is unknown color: approx Aero Blue. HEX triplet: BE, FC and D8. RGB value is (190,252,216). Sum of RGB (Red+Green+Blue) = 190+252+216=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCD8 is #410327. Grayscale: #E5E5E5. Windows color (decimal): -4260648 or 14220478. OLE color: 14220478.

HSL color Cylindrical-coordinate representation of color #BEFCD8: hue angle of 145.16º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFCD8 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB190252216-
CMYK0.2500.140.01
HSL145.16º91.18%86.67%-
HSV(B)145.16º24.6%98.82%-
XYZ68.4485.5377.87-
YUV229.36120.4699.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.88%
GREEN value IS 252 (98.83% from 255) = 38.30%
BLUE value IS 216 (84.77% from 255) = 32.83%
R=28.88%
G=38.30%
B=32.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902522160.2500.140.01145.1691.1886.67
HexBEFCD8190E1915b57
Octal276374330310161221133127
Binary101111101111110011011000110010111011001000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCD8; }

 p { color: rgb(190,252,216); }

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

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

 a { background-color: rgb(190,252,216); }

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

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

 span { border-color: rgb(190,252,216); }

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