Shades of Akaroa #BBAC99
Tints of Akaroa #BBAC99
RGB
CMYK
RGB Variations
Color information
#BBAC99 (or 0xBBAC99) is known color: Akaroa. HEX triplet: BB, AC and 99. RGB value is (187,172,153). Sum of RGB (Red+Green+Blue) = 187+172+153=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC99 is #445366. Grayscale: #AEAEAE. Windows color (decimal): -4477799 or 10071227. OLE color: 10071227.
HSL color Cylindrical-coordinate representation of color #BBAC99: hue angle of 33.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAC99 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 153 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.27 |
| HSL | 33.53º | 0.2% | 0.67% | - |
| HSV(B) | 33.53º | 0.18% | 0.73% | - |
| XYZ | 41 | 42.37 | 36.15 | - |
| YUV | 174.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 153 | 0 | 0.08 | 0.18 | 0.27 | 33.53 | 0.2 | 0.67 |
| Hex | BB | AC | 99 | 0 | 8 | 12 | 1B | 22 | 14 | 43 |
| Octal | 273 | 254 | 231 | 0 | 10 | 22 | 33 | 42 | 24 | 103 |
| Binary | 10111011 | 10101100 | 10011001 | 0 | 1000 | 10010 | 11011 | 100010 | 10100 | 1000011 |
Color Harmonies of #BBAC99
Complementary color
Monochromatic Colors of #BBAC99
Black with #BBAC99
Text Example
Text Example
White with #BBAC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC99; }
p { color: rgb(187,172,153); }
H1.HeaderClassName
{
color: #BBAC99;
}
.AnyTagClassName
{
color: #BBAC99;
}
</style>
background-color css
<style>
a { background-color: #BBAC99; }
a { background-color: rgb(187,172,153); }
div.DivClassName
{
background-color: #BBAC99;
}
.BgClassName
{
background-color: #BBAC99;
}
</style>
border-color css
<style>
span { border-color: #BBAC99; }
span { border-color: rgb(187,172,153); }
td.TdClassName
{
border-color: #BBAC99;
}
.TagClassName
{
border-color: #BBAC99;
}
</style>