#AFBDC9

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

Shades of Heather #AFBDC9

Tints of Heather #AFBDC9

Color information

#AFBDC9 (or 0xAFBDC9) is unknown color: approx Heather. HEX triplet: AF, BD and C9. RGB value is (175,189,201). Sum of RGB (Red+Green+Blue) = 175+189+201=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFBDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDC9 is #504236. Grayscale: #BABABA. Windows color (decimal): -5259831 or 13221295. OLE color: 13221295.

HSL color Cylindrical-coordinate representation of color #AFBDC9: hue angle of 207.69º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFBDC9 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175189201-
CMYK0.130.0600.21
HSL207.69º19.4%73.73%-
HSV(B)207.69º12.94%78.82%-
XYZ46.4249.7362.41-
YUV186.18136.36120.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 201 (78.91% from 255) = 35.58%
R=30.97%
G=33.45%
B=35.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751892010.130.0600.21207.6919.473.73
HexAFBDC9D6015d0134a
Octal25727531115602532023112
Binary101011111011110111001001110111001010111010000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDC9; }

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

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

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

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

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

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

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

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