#BEFDD7

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

Shades of Aero Blue #BEFDD7

Tints of Aero Blue #BEFDD7

Color information

#BEFDD7 (or 0xBEFDD7) is unknown color: approx Aero Blue. HEX triplet: BE, FD and D7. RGB value is (190,253,215). Sum of RGB (Red+Green+Blue) = 190+253+215=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDD7 is #410228. Grayscale: #E5E5E5. Windows color (decimal): -4260393 or 14155198. OLE color: 14155198.

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

Color convert

RGB190253215-
CMYK0.2500.150.01
HSL143.81º94.03%86.86%-
HSV(B)143.81º24.9%99.22%-
XYZ68.6386.177.29-
YUV229.83119.6399.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.88%
GREEN value IS 253 (99.22% from 255) = 38.45%
BLUE value IS 215 (84.38% from 255) = 32.67%
R=28.88%
G=38.45%
B=32.67%

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
Decimal1902532150.2500.150.01143.8194.0386.86
HexBEFDD7190F1905e57
Octal276375327310171220136127
Binary101111101111110111010111110010111111001000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDD7; }

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

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

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

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

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

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

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

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