#AFBBC7

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

Shades of Heather #AFBBC7

Tints of Heather #AFBBC7

Color information

#AFBBC7 (or 0xAFBBC7) is unknown color: approx Heather. HEX triplet: AF, BB and C7. RGB value is (175,187,199). Sum of RGB (Red+Green+Blue) = 175+187+199=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #AFBBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBC7 is #504438. Grayscale: #B8B8B8. Windows color (decimal): -5260345 or 13089711. OLE color: 13089711.

HSL color Cylindrical-coordinate representation of color #AFBBC7: hue angle of 210º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFBBC7 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175187199-
CMYK0.120.0600.22
HSL210º17.65%73.33%-
HSV(B)210º12.06%78.04%-
XYZ45.7648.7861.04-
YUV184.78136.02121.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=31.19%
G=33.33%
B=35.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751871990.120.0600.2221017.6573.33
HexAFBBC7C6016d21249
Octal25727330714602632222111
Binary101011111011101111000111110011001011011010010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBC7; }

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

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

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

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

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

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

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

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