Shades of Heather #A8BBC3
Tints of Heather #A8BBC3
RGB
CMYK
RGB Variations
Color information
#A8BBC3 (or 0xA8BBC3) is known color: Heather. HEX triplet: A8, BB and C3. RGB value is (168,187,195). Sum of RGB (Red+Green+Blue) = 168+187+195=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 195 - color contains mainly: blue. Hex color #A8BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBC3 is #57443C. Grayscale: #B6B6B6. Windows color (decimal): -5719101 or 12827560. OLE color: 12827560.
HSL color Cylindrical-coordinate representation of color #A8BBC3: hue angle of 197.78º 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 #A8BBC3 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 168 | 187 | 195 | - |
CMYK | 0.14 | 0.04 | 0 | 0.24 |
HSL | 197.78º | 0.18% | 0.71% | - |
HSV(B) | 197.78º | 0.14% | 0.76% | - |
XYZ | 43.77 | 47.81 | 58.55 | - |
YUV | 182.23 | 135.21 | 117.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 187 | 195 | 0.14 | 0.04 | 0 | 0.24 | 197.78 | 0.18 | 0.71 |
Hex | A8 | BB | C3 | E | 4 | 0 | 18 | C6 | 12 | 47 |
Octal | 250 | 273 | 303 | 16 | 4 | 0 | 30 | 306 | 22 | 107 |
Binary | 10101000 | 10111011 | 11000011 | 1110 | 100 | 0 | 11000 | 11000110 | 10010 | 1000111 |
Color Harmonies of #A8BBC3
Complementary color
Monochromatic Colors of #A8BBC3
Black with #A8BBC3
Text Example
Text Example
White with #A8BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBC3; }
p { color: rgb(168,187,195); }
H1.HeaderClassName
{
color: #A8BBC3;
}
.AnyTagClassName
{
color: #A8BBC3;
}
</style>
background-color css
<style>
a { background-color: #A8BBC3; }
a { background-color: rgb(168,187,195); }
div.DivClassName
{
background-color: #A8BBC3;
}
.BgClassName
{
background-color: #A8BBC3;
}
</style>
border-color css
<style>
span { border-color: #A8BBC3; }
span { border-color: rgb(168,187,195); }
td.TdClassName
{
border-color: #A8BBC3;
}
.TagClassName
{
border-color: #A8BBC3;
}
</style>