#AFBEC3

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

Shades of Heather #AFBEC3

Tints of Heather #AFBEC3

Color information

#AFBEC3 (or 0xAFBEC3) is unknown color: approx Heather. HEX triplet: AF, BE and C3. RGB value is (175,190,195). Sum of RGB (Red+Green+Blue) = 175+190+195=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFBEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEC3 is #50413C. Grayscale: #BABABA. Windows color (decimal): -5259581 or 12828335. OLE color: 12828335.

HSL color Cylindrical-coordinate representation of color #AFBEC3: hue angle of 195º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBEC3 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175190195-
CMYK0.100.0300.24
HSL195º14.29%72.55%-
HSV(B)195º10.26%76.47%-
XYZ45.9449.8858.84-
YUV186.08133.03120.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 195 (76.56% from 255) = 34.82%
R=31.25%
G=33.93%
B=34.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751901950.100.0300.2419514.2972.55
HexAFBEC3A3018c3e49
Octal25727630312303030316111
Binary1010111110111110110000111010110110001100001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEC3; }

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

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

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

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

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

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

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

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