#BEFBD7

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

Shades of Aero Blue #BEFBD7

Tints of Aero Blue #BEFBD7

Color information

#BEFBD7 (or 0xBEFBD7) is unknown color: approx Aero Blue. HEX triplet: BE, FB and D7. RGB value is (190,251,215). Sum of RGB (Red+Green+Blue) = 190+251+215=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBD7 is #410428. Grayscale: #E4E4E4. Windows color (decimal): -4260905 or 14154686. OLE color: 14154686.

HSL color Cylindrical-coordinate representation of color #BEFBD7: hue angle of 144.59º degrees, saturation: 0.88, 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 #BEFBD7 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB190251215-
CMYK0.2400.140.02
HSL144.59º88.41%86.47%-
HSV(B)144.59º24.3%98.43%-
XYZ6884.8577.08-
YUV228.66120.29100.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 251 (98.44% from 255) = 38.26%
BLUE value IS 215 (84.38% from 255) = 32.77%
R=28.96%
G=38.26%
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
Decimal1902512150.2400.140.02144.5988.4186.47
HexBEFBD7180E2915856
Octal276373327300162221130126
Binary1011111011111011110101111100001110101001000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBD7; }

 p { color: rgb(190,251,215); }

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

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

 a { background-color: rgb(190,251,215); }

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

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

 span { border-color: rgb(190,251,215); }

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