Shades of Heather #A8BDCB
Tints of Heather #A8BDCB
RGB
CMYK
RGB Variations
Color information
#A8BDCB (or 0xA8BDCB) is known color: Heather. HEX triplet: A8, BD and CB. RGB value is (168,189,203). Sum of RGB (Red+Green+Blue) = 168+189+203=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDCB is #574234. Grayscale: #B8B8B8. Windows color (decimal): -5718581 or 13352360. OLE color: 13352360.
HSL color Cylindrical-coordinate representation of color #A8BDCB: hue angle of 204º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8BDCB is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 189 | 203 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.20 |
| HSL | 204º | 0.25% | 0.73% | - |
| HSV(B) | 204º | 0.17% | 0.8% | - |
| XYZ | 45.13 | 49.03 | 63.59 | - |
| YUV | 184.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 203 | 0.17 | 0.07 | 0 | 0.20 | 204 | 0.25 | 0.73 |
| Hex | A8 | BD | CB | 11 | 7 | 0 | 14 | CC | 19 | 49 |
| Octal | 250 | 275 | 313 | 21 | 7 | 0 | 24 | 314 | 31 | 111 |
| Binary | 10101000 | 10111101 | 11001011 | 10001 | 111 | 0 | 10100 | 11001100 | 11001 | 1001001 |
Color Harmonies of #A8BDCB
Complementary color
Monochromatic Colors of #A8BDCB
Black with #A8BDCB
Text Example
Text Example
White with #A8BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDCB; }
p { color: rgb(168,189,203); }
H1.HeaderClassName
{
color: #A8BDCB;
}
.AnyTagClassName
{
color: #A8BDCB;
}
</style>
background-color css
<style>
a { background-color: #A8BDCB; }
a { background-color: rgb(168,189,203); }
div.DivClassName
{
background-color: #A8BDCB;
}
.BgClassName
{
background-color: #A8BDCB;
}
</style>
border-color css
<style>
span { border-color: #A8BDCB; }
span { border-color: rgb(168,189,203); }
td.TdClassName
{
border-color: #A8BDCB;
}
.TagClassName
{
border-color: #A8BDCB;
}
</style>