#BEFCD6

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

Shades of Aero Blue #BEFCD6

Tints of Aero Blue #BEFCD6

Color information

#BEFCD6 (or 0xBEFCD6) is unknown color: approx Aero Blue. HEX triplet: BE, FC and D6. RGB value is (190,252,214). Sum of RGB (Red+Green+Blue) = 190+252+214=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCD6 is #410329. Grayscale: #E5E5E5. Windows color (decimal): -4260650 or 14089406. OLE color: 14089406.

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

Color convert

RGB190252214-
CMYK0.2500.150.01
HSL143.23º91.18%86.67%-
HSV(B)143.23º24.6%98.82%-
XYZ68.1885.4276.51-
YUV229.13119.46100.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.96%
GREEN value IS 252 (98.83% from 255) = 38.41%
BLUE value IS 214 (83.98% from 255) = 32.62%
R=28.96%
G=38.41%
B=32.62%

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
Decimal1902522140.2500.150.01143.2391.1886.67
HexBEFCD6190F18f5b57
Octal276374326310171217133127
Binary101111101111110011010110110010111111000111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCD6; }

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

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

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

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

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

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

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

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