#AFBDC1

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

Shades of Heather #AFBDC1

Tints of Heather #AFBDC1

Color information

#AFBDC1 (or 0xAFBDC1) is unknown color: approx Heather. HEX triplet: AF, BD and C1. RGB value is (175,189,193). Sum of RGB (Red+Green+Blue) = 175+189+193=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFBDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDC1 is #50423E. Grayscale: #B9B9B9. Windows color (decimal): -5259839 or 12697007. OLE color: 12697007.

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

Color convert

RGB175189193-
CMYK0.090.0200.24
HSL193.33º12.68%72.16%-
HSV(B)193.33º9.33%75.69%-
XYZ45.549.3657.58-
YUV185.27132.36120.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=31.42%
G=33.93%
B=34.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751891930.090.0200.24193.3312.6872.16
HexAFBDC192018c1d48
Octal25727530111203030115110
Binary1010111110111101110000011001100110001100000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDC1; }

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

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

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

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

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

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

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

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