#AFBBC5

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

Shades of Heather #AFBBC5

Tints of Heather #AFBBC5

Color information

#AFBBC5 (or 0xAFBBC5) is unknown color: approx Heather. HEX triplet: AF, BB and C5. RGB value is (175,187,197). Sum of RGB (Red+Green+Blue) = 175+187+197=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #AFBBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBC5 is #50443A. Grayscale: #B8B8B8. Windows color (decimal): -5260347 or 12958639. OLE color: 12958639.

HSL color Cylindrical-coordinate representation of color #AFBBC5: hue angle of 207.27º degrees, saturation: 0.16, 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 #AFBBC5 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175187197-
CMYK0.110.0500.23
HSL207.27º15.94%72.94%-
HSV(B)207.27º11.17%77.25%-
XYZ45.5348.6959.82-
YUV184.55135.02121.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 197 (77.34% from 255) = 35.24%
R=31.31%
G=33.45%
B=35.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751871970.110.0500.23207.2715.9472.94
HexAFBBC5B5017cf1049
Octal25727330513502731720111
Binary101011111011101111000101101110101011111001111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBC5; }

 p { color: rgb(175,187,197); }

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

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

 a { background-color: rgb(175,187,197); }

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

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

 span { border-color: rgb(175,187,197); }

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