#A8B7C5

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

Shades of Heather #A8B7C5

Tints of Heather #A8B7C5

Color information

#A8B7C5 (or 0xA8B7C5) is unknown color: approx Heather. HEX triplet: A8, B7 and C5. RGB value is (168,183,197). Sum of RGB (Red+Green+Blue) = 168+183+197=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 197 - color contains mainly: blue. Hex color #A8B7C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B7C5 is #57483A. Grayscale: #B4B4B4. Windows color (decimal): -5720123 or 12957608. OLE color: 12957608.

HSL color Cylindrical-coordinate representation of color #A8B7C5: hue angle of 208.97º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8B7C5 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB168183197-
CMYK0.150.0700.23
HSL208.97º20%71.57%-
HSV(B)208.97º14.72%77.25%-
XYZ43.1646.2259.47-
YUV180.11137.53119.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.66%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 197 (77.34% from 255) = 35.95%
R=30.66%
G=33.39%
B=35.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681831970.150.0700.23208.972071.57
HexA8B7C5F7017d11448
Octal25026730517702732124110
Binary101010001011011111000101111111101011111010001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B7C5; }

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

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

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

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

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

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

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

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