#BEFCD4

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

Shades of Aero Blue #BEFCD4

Tints of Aero Blue #BEFCD4

Color information

#BEFCD4 (or 0xBEFCD4) is unknown color: approx Aero Blue. HEX triplet: BE, FC and D4. RGB value is (190,252,212). Sum of RGB (Red+Green+Blue) = 190+252+212=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCD4 is #41032B. Grayscale: #E4E4E4. Windows color (decimal): -4260652 or 13958334. OLE color: 13958334.

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

Color convert

RGB190252212-
CMYK0.2500.160.01
HSL141.29º91.18%86.67%-
HSV(B)141.29º24.6%98.82%-
XYZ67.9385.3275.18-
YUV228.9118.46100.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 212 (83.20% from 255) = 32.42%
R=29.05%
G=38.53%
B=32.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902522120.2500.160.01141.2991.1886.67
HexBEFCD41901018d5b57
Octal276374324310201215133127
Binary1011111011111100110101001100101000011000110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCD4; }

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

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

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

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

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

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

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

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