Shades of Heather #A8BFC7
Tints of Heather #A8BFC7
RGB
CMYK
RGB Variations
Color information
#A8BFC7 (or 0xA8BFC7) is known color: Heather. HEX triplet: A8, BF and C7. RGB value is (168,191,199). Sum of RGB (Red+Green+Blue) = 168+191+199=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 199 - color contains mainly: blue. Hex color #A8BFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFC7 is #574038. Grayscale: #B8B8B8. Windows color (decimal): -5718073 or 13090728. OLE color: 13090728.
HSL color Cylindrical-coordinate representation of color #A8BFC7: hue angle of 195.48º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8BFC7 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 191 | 199 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.22 |
| HSL | 195.48º | 0.22% | 0.72% | - |
| HSV(B) | 195.48º | 0.16% | 0.78% | - |
| XYZ | 45.09 | 49.71 | 61.25 | - |
| YUV | 185.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 199 | 0.16 | 0.04 | 0 | 0.22 | 195.48 | 0.22 | 0.72 |
| Hex | A8 | BF | C7 | 10 | 4 | 0 | 16 | C3 | 16 | 48 |
| Octal | 250 | 277 | 307 | 20 | 4 | 0 | 26 | 303 | 26 | 110 |
| Binary | 10101000 | 10111111 | 11000111 | 10000 | 100 | 0 | 10110 | 11000011 | 10110 | 1001000 |
Color Harmonies of #A8BFC7
Complementary color
Monochromatic Colors of #A8BFC7
Black with #A8BFC7
Text Example
Text Example
White with #A8BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFC7; }
p { color: rgb(168,191,199); }
H1.HeaderClassName
{
color: #A8BFC7;
}
.AnyTagClassName
{
color: #A8BFC7;
}
</style>
background-color css
<style>
a { background-color: #A8BFC7; }
a { background-color: rgb(168,191,199); }
div.DivClassName
{
background-color: #A8BFC7;
}
.BgClassName
{
background-color: #A8BFC7;
}
</style>
border-color css
<style>
span { border-color: #A8BFC7; }
span { border-color: rgb(168,191,199); }
td.TdClassName
{
border-color: #A8BFC7;
}
.TagClassName
{
border-color: #A8BFC7;
}
</style>