Shades of Heather #A7BFCB
Tints of Heather #A7BFCB
RGB
CMYK
RGB Variations
Color information
#A7BFCB (or 0xA7BFCB) is known color: Heather. HEX triplet: A7, BF and CB. RGB value is (167,191,203). Sum of RGB (Red+Green+Blue) = 167+191+203=561 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.77% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #A7BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFCB is #584034. Grayscale: #B9B9B9. Windows color (decimal): -5783605 or 13352871. OLE color: 13352871.
HSL color Cylindrical-coordinate representation of color #A7BFCB: hue angle of 200º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7BFCB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 191 | 203 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.20 |
| HSL | 200º | 0.26% | 0.73% | - |
| HSV(B) | 200º | 0.18% | 0.8% | - |
| XYZ | 45.35 | 49.79 | 63.72 | - |
| YUV | 185.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 191 | 203 | 0.18 | 0.06 | 0 | 0.20 | 200 | 0.26 | 0.73 |
| Hex | A7 | BF | CB | 12 | 6 | 0 | 14 | C8 | 1A | 49 |
| Octal | 247 | 277 | 313 | 22 | 6 | 0 | 24 | 310 | 32 | 111 |
| Binary | 10100111 | 10111111 | 11001011 | 10010 | 110 | 0 | 10100 | 11001000 | 11010 | 1001001 |
Color Harmonies of #A7BFCB
Complementary color
Monochromatic Colors of #A7BFCB
Black with #A7BFCB
Text Example
Text Example
White with #A7BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BFCB; }
p { color: rgb(167,191,203); }
H1.HeaderClassName
{
color: #A7BFCB;
}
.AnyTagClassName
{
color: #A7BFCB;
}
</style>
background-color css
<style>
a { background-color: #A7BFCB; }
a { background-color: rgb(167,191,203); }
div.DivClassName
{
background-color: #A7BFCB;
}
.BgClassName
{
background-color: #A7BFCB;
}
</style>
border-color css
<style>
span { border-color: #A7BFCB; }
span { border-color: rgb(167,191,203); }
td.TdClassName
{
border-color: #A7BFCB;
}
.TagClassName
{
border-color: #A7BFCB;
}
</style>