#BEFCD5

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

Shades of Aero Blue #BEFCD5

Tints of Aero Blue #BEFCD5

Color information

#BEFCD5 (or 0xBEFCD5) is unknown color: approx Aero Blue. HEX triplet: BE, FC and D5. RGB value is (190,252,213). Sum of RGB (Red+Green+Blue) = 190+252+213=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCD5 is #41032A. Grayscale: #E5E5E5. Windows color (decimal): -4260651 or 14023870. OLE color: 14023870.

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

Color convert

RGB190252213-
CMYK0.2500.150.01
HSL142.26º91.18%86.67%-
HSV(B)142.26º24.6%98.82%-
XYZ68.0685.3775.84-
YUV229.02118.96100.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 213 (83.59% from 255) = 32.52%
R=29.01%
G=38.47%
B=32.52%

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
Decimal1902522130.2500.150.01142.2691.1886.67
HexBEFCD5190F18e5b57
Octal276374325310171216133127
Binary101111101111110011010101110010111111000111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCD5; }

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

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

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

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

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

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

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

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