Shades of Rainee #ACBBA8
Tints of Rainee #ACBBA8
RGB
CMYK
RGB Variations
Color information
#ACBBA8 (or 0xACBBA8) is known color: Rainee. HEX triplet: AC, BB and A8. RGB value is (172,187,168). Sum of RGB (Red+Green+Blue) = 172+187+168=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBA8 is #534457. Grayscale: #B4B4B4. Windows color (decimal): -5456984 or 11058092. OLE color: 11058092.
HSL color Cylindrical-coordinate representation of color #ACBBA8: hue angle of 107.37º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBBA8 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 187 | 168 | - |
CMYK | 0.08 | 0 | 0.10 | 0.27 |
HSL | 107.37º | 0.12% | 0.7% | - |
HSV(B) | 107.37º | 0.1% | 0.73% | - |
XYZ | 41.85 | 47.14 | 43.94 | - |
YUV | 180.35 | 121.03 | 122.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 187 | 168 | 0.08 | 0 | 0.10 | 0.27 | 107.37 | 0.12 | 0.7 |
Hex | AC | BB | A8 | 8 | 0 | A | 1B | 6B | C | 46 |
Octal | 254 | 273 | 250 | 10 | 0 | 12 | 33 | 153 | 14 | 106 |
Binary | 10101100 | 10111011 | 10101000 | 1000 | 0 | 1010 | 11011 | 1101011 | 1100 | 1000110 |
Color Harmonies of #ACBBA8
Complementary color
Monochromatic Colors of #ACBBA8
Black with #ACBBA8
Text Example
Text Example
White with #ACBBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBA8; }
p { color: rgb(172,187,168); }
H1.HeaderClassName
{
color: #ACBBA8;
}
.AnyTagClassName
{
color: #ACBBA8;
}
</style>
background-color css
<style>
a { background-color: #ACBBA8; }
a { background-color: rgb(172,187,168); }
div.DivClassName
{
background-color: #ACBBA8;
}
.BgClassName
{
background-color: #ACBBA8;
}
</style>
border-color css
<style>
span { border-color: #ACBBA8; }
span { border-color: rgb(172,187,168); }
td.TdClassName
{
border-color: #ACBBA8;
}
.TagClassName
{
border-color: #ACBBA8;
}
</style>