#BEFDD8

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

Shades of Aero Blue #BEFDD8

Tints of Aero Blue #BEFDD8

Color information

#BEFDD8 (or 0xBEFDD8) is unknown color: approx Aero Blue. HEX triplet: BE, FD and D8. RGB value is (190,253,216). Sum of RGB (Red+Green+Blue) = 190+253+216=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDD8 is #410227. Grayscale: #E6E6E6. Windows color (decimal): -4260392 or 14220734. OLE color: 14220734.

HSL color Cylindrical-coordinate representation of color #BEFDD8: hue angle of 144.76º degrees, saturation: 0.94, 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 #BEFDD8 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB190253216-
CMYK0.2500.150.01
HSL144.76º94.03%86.86%-
HSV(B)144.76º24.9%99.22%-
XYZ68.7686.1677.97-
YUV229.94120.1399.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.83%
GREEN value IS 253 (99.22% from 255) = 38.39%
BLUE value IS 216 (84.77% from 255) = 32.78%
R=28.83%
G=38.39%
B=32.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532160.2500.150.01144.7694.0386.86
HexBEFDD8190F1915e57
Octal276375330310171221136127
Binary101111101111110111011000110010111111001000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDD8; }

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

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

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

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

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

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

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

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