#A8B6BF

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

Shades of Heather #A8B6BF

Tints of Heather #A8B6BF

Color information

#A8B6BF (or 0xA8B6BF) is unknown color: approx Heather. HEX triplet: A8, B6 and BF. RGB value is (168,182,191). Sum of RGB (Red+Green+Blue) = 168+182+191=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8B6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B6BF is #574940. Grayscale: #B2B2B2. Windows color (decimal): -5720385 or 12564136. OLE color: 12564136.

HSL color Cylindrical-coordinate representation of color #A8B6BF: hue angle of 203.48º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8B6BF is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168182191-
CMYK0.120.0500.25
HSL203.48º15.23%70.39%-
HSV(B)203.48º12.04%74.9%-
XYZ42.2845.5455.85-
YUV178.84134.86120.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.05%
GREEN value IS 182 (71.48% from 255) = 33.64%
BLUE value IS 191 (75% from 255) = 35.30%
R=31.05%
G=33.64%
B=35.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681821910.120.0500.25203.4815.2370.39
HexA8B6BFC5019cbf46
Octal25026627714503131317106
Binary10101000101101101011111111001010110011100101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B6BF; }

 p { color: rgb(168,182,191); }

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

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

 a { background-color: rgb(168,182,191); }

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

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

 span { border-color: rgb(168,182,191); }

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