#AFBEC4

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

Shades of Heather #AFBEC4

Tints of Heather #AFBEC4

Color information

#AFBEC4 (or 0xAFBEC4) is unknown color: approx Heather. HEX triplet: AF, BE and C4. RGB value is (175,190,196). Sum of RGB (Red+Green+Blue) = 175+190+196=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFBEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEC4 is #50413B. Grayscale: #BABABA. Windows color (decimal): -5259580 or 12893871. OLE color: 12893871.

HSL color Cylindrical-coordinate representation of color #AFBEC4: hue angle of 197.14º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFBEC4 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175190196-
CMYK0.110.0300.23
HSL197.14º15.11%72.75%-
HSV(B)197.14º10.71%76.86%-
XYZ46.0649.9359.43-
YUV186.2133.53120.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=31.19%
G=33.87%
B=34.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751901960.110.0300.23197.1415.1172.75
HexAFBEC4B3017c5f49
Octal25727630413302730517111
Binary1010111110111110110001001011110101111100010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEC4; }

 p { color: rgb(175,190,196); }

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

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

 a { background-color: rgb(175,190,196); }

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

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

 span { border-color: rgb(175,190,196); }

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