Shades of Heather #A8BCC3
Tints of Heather #A8BCC3
RGB
CMYK
RGB Variations
Color information
#A8BCC3 (or 0xA8BCC3) is known color: Heather. HEX triplet: A8, BC and C3. RGB value is (168,188,195). Sum of RGB (Red+Green+Blue) = 168+188+195=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 195 - color contains mainly: blue. Hex color #A8BCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCC3 is #57433C. Grayscale: #B6B6B6. Windows color (decimal): -5718845 or 12827816. OLE color: 12827816.
HSL color Cylindrical-coordinate representation of color #A8BCC3: hue angle of 195.56º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8BCC3 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 168 | 188 | 195 | - |
CMYK | 0.14 | 0.04 | 0 | 0.24 |
HSL | 195.56º | 0.18% | 0.71% | - |
HSV(B) | 195.56º | 0.14% | 0.76% | - |
XYZ | 43.98 | 48.23 | 58.62 | - |
YUV | 182.82 | 134.87 | 117.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 188 | 195 | 0.14 | 0.04 | 0 | 0.24 | 195.56 | 0.18 | 0.71 |
Hex | A8 | BC | C3 | E | 4 | 0 | 18 | C4 | 12 | 47 |
Octal | 250 | 274 | 303 | 16 | 4 | 0 | 30 | 304 | 22 | 107 |
Binary | 10101000 | 10111100 | 11000011 | 1110 | 100 | 0 | 11000 | 11000100 | 10010 | 1000111 |
Color Harmonies of #A8BCC3
Complementary color
Monochromatic Colors of #A8BCC3
Black with #A8BCC3
Text Example
Text Example
White with #A8BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCC3; }
p { color: rgb(168,188,195); }
H1.HeaderClassName
{
color: #A8BCC3;
}
.AnyTagClassName
{
color: #A8BCC3;
}
</style>
background-color css
<style>
a { background-color: #A8BCC3; }
a { background-color: rgb(168,188,195); }
div.DivClassName
{
background-color: #A8BCC3;
}
.BgClassName
{
background-color: #A8BCC3;
}
</style>
border-color css
<style>
span { border-color: #A8BCC3; }
span { border-color: rgb(168,188,195); }
td.TdClassName
{
border-color: #A8BCC3;
}
.TagClassName
{
border-color: #A8BCC3;
}
</style>