Shades of Heather #A8BCCD
Tints of Heather #A8BCCD
RGB
CMYK
RGB Variations
Color information
#A8BCCD (or 0xA8BCCD) is known color: Heather. HEX triplet: A8, BC and CD. RGB value is (168,188,205). Sum of RGB (Red+Green+Blue) = 168+188+205=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCCD is #574332. Grayscale: #B7B7B7. Windows color (decimal): -5718835 or 13483176. OLE color: 13483176.
HSL color Cylindrical-coordinate representation of color #A8BCCD: hue angle of 207.57º degrees, saturation: 0.27, 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 #A8BCCD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 168 | 188 | 205 | - |
CMYK | 0.18 | 0.08 | 0 | 0.20 |
HSL | 207.57º | 0.27% | 0.73% | - |
HSV(B) | 207.57º | 0.18% | 0.8% | - |
XYZ | 45.15 | 48.7 | 64.78 | - |
YUV | 183.96 | 139.87 | 116.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 188 | 205 | 0.18 | 0.08 | 0 | 0.20 | 207.57 | 0.27 | 0.73 |
Hex | A8 | BC | CD | 12 | 8 | 0 | 14 | D0 | 1B | 49 |
Octal | 250 | 274 | 315 | 22 | 10 | 0 | 24 | 320 | 33 | 111 |
Binary | 10101000 | 10111100 | 11001101 | 10010 | 1000 | 0 | 10100 | 11010000 | 11011 | 1001001 |
Color Harmonies of #A8BCCD
Complementary color
Monochromatic Colors of #A8BCCD
Black with #A8BCCD
Text Example
Text Example
White with #A8BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCCD; }
p { color: rgb(168,188,205); }
H1.HeaderClassName
{
color: #A8BCCD;
}
.AnyTagClassName
{
color: #A8BCCD;
}
</style>
background-color css
<style>
a { background-color: #A8BCCD; }
a { background-color: rgb(168,188,205); }
div.DivClassName
{
background-color: #A8BCCD;
}
.BgClassName
{
background-color: #A8BCCD;
}
</style>
border-color css
<style>
span { border-color: #A8BCCD; }
span { border-color: rgb(168,188,205); }
td.TdClassName
{
border-color: #A8BCCD;
}
.TagClassName
{
border-color: #A8BCCD;
}
</style>