#AFBDC0

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

Shades of Heather #AFBDC0

Tints of Heather #AFBDC0

Color information

#AFBDC0 (or 0xAFBDC0) is unknown color: approx Heather. HEX triplet: AF, BD and C0. RGB value is (175,189,192). Sum of RGB (Red+Green+Blue) = 175+189+192=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDC0 is #50423F. Grayscale: #B9B9B9. Windows color (decimal): -5259840 or 12631471. OLE color: 12631471.

HSL color Cylindrical-coordinate representation of color #AFBDC0: hue angle of 190.59º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFBDC0 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175189192-
CMYK0.090.0200.25
HSL190.59º11.89%71.96%-
HSV(B)190.59º8.85%75.29%-
XYZ45.3949.3157-
YUV185.16131.86120.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=31.47%
G=33.99%
B=34.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751891920.090.0200.25190.5911.8971.96
HexAFBDC092019bfc48
Octal25727530011203127714110
Binary1010111110111101110000001001100110011011111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDC0; }

 p { color: rgb(175,189,192); }

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

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

 a { background-color: rgb(175,189,192); }

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

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

 span { border-color: rgb(175,189,192); }

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