#BEFAD6

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

Shades of Aero Blue #BEFAD6

Tints of Aero Blue #BEFAD6

Color information

#BEFAD6 (or 0xBEFAD6) is unknown color: approx Aero Blue. HEX triplet: BE, FA and D6. RGB value is (190,250,214). Sum of RGB (Red+Green+Blue) = 190+250+214=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAD6 is #410529. Grayscale: #E4E4E4. Windows color (decimal): -4261162 or 14088894. OLE color: 14088894.

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

Color convert

RGB190250214-
CMYK0.2400.140.02
HSL144º85.71%86.27%-
HSV(B)144º24%98.04%-
XYZ67.5684.1776.3-
YUV227.96120.12100.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 214 (83.98% from 255) = 32.72%
R=29.05%
G=38.23%
B=32.72%

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
Decimal1902502140.2400.140.0214485.7186.27
HexBEFAD6180E2905656
Octal276372326300162220126126
Binary1011111011111010110101101100001110101001000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAD6; }

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

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

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

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

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

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

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

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