#A8B7C1

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

Shades of Heather #A8B7C1

Tints of Heather #A8B7C1

Color information

#A8B7C1 (or 0xA8B7C1) is unknown color: approx Heather. HEX triplet: A8, B7 and C1. RGB value is (168,183,193). Sum of RGB (Red+Green+Blue) = 168+183+193=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #A8B7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B7C1 is #57483E. Grayscale: #B3B3B3. Windows color (decimal): -5720127 or 12695464. OLE color: 12695464.

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

Color convert

RGB168183193-
CMYK0.130.0500.24
HSL204º16.78%70.78%-
HSV(B)204º12.95%75.69%-
XYZ42.7146.0457.09-
YUV179.66135.53119.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.88%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=30.88%
G=33.64%
B=35.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681831930.130.0500.2420416.7870.78
HexA8B7C1D5018cc1147
Octal25026730115503031421107
Binary101010001011011111000001110110101100011001100100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B7C1; }

 p { color: rgb(168,183,193); }

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

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

 a { background-color: rgb(168,183,193); }

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

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

 span { border-color: rgb(168,183,193); }

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