Shades of Heather #ACBBC1
Tints of Heather #ACBBC1
RGB
CMYK
RGB Variations
Color information
#ACBBC1 (or 0xACBBC1) is known color: Heather. HEX triplet: AC, BB and C1. RGB value is (172,187,193). Sum of RGB (Red+Green+Blue) = 172+187+193=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACBBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBC1 is #53443E. Grayscale: #B7B7B7. Windows color (decimal): -5456959 or 12696492. OLE color: 12696492.
HSL color Cylindrical-coordinate representation of color #ACBBC1: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACBBC1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 187 | 193 | - |
CMYK | 0.11 | 0.03 | 0 | 0.24 |
HSL | 197.14º | 0.14% | 0.72% | - |
HSV(B) | 197.14º | 0.11% | 0.76% | - |
XYZ | 44.41 | 48.16 | 57.41 | - |
YUV | 183.2 | 133.53 | 120.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 187 | 193 | 0.11 | 0.03 | 0 | 0.24 | 197.14 | 0.14 | 0.72 |
Hex | AC | BB | C1 | B | 3 | 0 | 18 | C5 | E | 48 |
Octal | 254 | 273 | 301 | 13 | 3 | 0 | 30 | 305 | 16 | 110 |
Binary | 10101100 | 10111011 | 11000001 | 1011 | 11 | 0 | 11000 | 11000101 | 1110 | 1001000 |
Color Harmonies of #ACBBC1
Complementary color
Monochromatic Colors of #ACBBC1
Black with #ACBBC1
Text Example
Text Example
White with #ACBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBC1; }
p { color: rgb(172,187,193); }
H1.HeaderClassName
{
color: #ACBBC1;
}
.AnyTagClassName
{
color: #ACBBC1;
}
</style>
background-color css
<style>
a { background-color: #ACBBC1; }
a { background-color: rgb(172,187,193); }
div.DivClassName
{
background-color: #ACBBC1;
}
.BgClassName
{
background-color: #ACBBC1;
}
</style>
border-color css
<style>
span { border-color: #ACBBC1; }
span { border-color: rgb(172,187,193); }
td.TdClassName
{
border-color: #ACBBC1;
}
.TagClassName
{
border-color: #ACBBC1;
}
</style>