#AFBDC3

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

Shades of Heather #AFBDC3

Tints of Heather #AFBDC3

Color information

#AFBDC3 (or 0xAFBDC3) is unknown color: approx Heather. HEX triplet: AF, BD and C3. RGB value is (175,189,195). Sum of RGB (Red+Green+Blue) = 175+189+195=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFBDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDC3 is #50423C. Grayscale: #B9B9B9. Windows color (decimal): -5259837 or 12828079. OLE color: 12828079.

HSL color Cylindrical-coordinate representation of color #AFBDC3: hue angle of 198º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBDC3 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175189195-
CMYK0.100.0300.24
HSL198º14.29%72.55%-
HSV(B)198º10.26%76.47%-
XYZ45.7349.4558.76-
YUV185.5133.36120.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=31.31%
G=33.81%
B=34.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751891950.100.0300.2419814.2972.55
HexAFBDC3A3018c6e49
Octal25727530312303030616111
Binary1010111110111101110000111010110110001100011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDC3; }

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

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

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

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

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

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

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

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