Shades of Heather #ACBEC5
Tints of Heather #ACBEC5
RGB
CMYK
RGB Variations
Color information
#ACBEC5 (or 0xACBEC5) is known color: Heather. HEX triplet: AC, BE and C5. RGB value is (172,190,197). Sum of RGB (Red+Green+Blue) = 172+190+197=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #ACBEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEC5 is #53413A. Grayscale: #B9B9B9. Windows color (decimal): -5456187 or 12959404. OLE color: 12959404.
HSL color Cylindrical-coordinate representation of color #ACBEC5: hue angle of 196.8º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACBEC5 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 172 | 190 | 197 | - |
CMYK | 0.13 | 0.04 | 0 | 0.23 |
HSL | 196.8º | 0.18% | 0.72% | - |
HSV(B) | 196.8º | 0.13% | 0.77% | - |
XYZ | 45.5 | 49.63 | 60 | - |
YUV | 185.42 | 134.54 | 118.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 190 | 197 | 0.13 | 0.04 | 0 | 0.23 | 196.8 | 0.18 | 0.72 |
Hex | AC | BE | C5 | D | 4 | 0 | 17 | C5 | 12 | 48 |
Octal | 254 | 276 | 305 | 15 | 4 | 0 | 27 | 305 | 22 | 110 |
Binary | 10101100 | 10111110 | 11000101 | 1101 | 100 | 0 | 10111 | 11000101 | 10010 | 1001000 |
Color Harmonies of #ACBEC5
Complementary color
Monochromatic Colors of #ACBEC5
Black with #ACBEC5
Text Example
Text Example
White with #ACBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBEC5; }
p { color: rgb(172,190,197); }
H1.HeaderClassName
{
color: #ACBEC5;
}
.AnyTagClassName
{
color: #ACBEC5;
}
</style>
background-color css
<style>
a { background-color: #ACBEC5; }
a { background-color: rgb(172,190,197); }
div.DivClassName
{
background-color: #ACBEC5;
}
.BgClassName
{
background-color: #ACBEC5;
}
</style>
border-color css
<style>
span { border-color: #ACBEC5; }
span { border-color: rgb(172,190,197); }
td.TdClassName
{
border-color: #ACBEC5;
}
.TagClassName
{
border-color: #ACBEC5;
}
</style>