Shades of Akaroa #BBAC98
Tints of Akaroa #BBAC98
RGB
CMYK
RGB Variations
Color information
#BBAC98 (or 0xBBAC98) is known color: Akaroa. HEX triplet: BB, AC and 98. RGB value is (187,172,152). Sum of RGB (Red+Green+Blue) = 187+172+152=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC98 is #445367. Grayscale: #AEAEAE. Windows color (decimal): -4477800 or 10005691. OLE color: 10005691.
HSL color Cylindrical-coordinate representation of color #BBAC98: hue angle of 34.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBAC98 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 152 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.27 |
| HSL | 34.29º | 0.2% | 0.66% | - |
| HSV(B) | 34.29º | 0.19% | 0.73% | - |
| XYZ | 40.91 | 42.34 | 35.72 | - |
| YUV | 174.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 152 | 0 | 0.08 | 0.19 | 0.27 | 34.29 | 0.2 | 0.66 |
| Hex | BB | AC | 98 | 0 | 8 | 13 | 1B | 22 | 14 | 42 |
| Octal | 273 | 254 | 230 | 0 | 10 | 23 | 33 | 42 | 24 | 102 |
| Binary | 10111011 | 10101100 | 10011000 | 0 | 1000 | 10011 | 11011 | 100010 | 10100 | 1000010 |
Color Harmonies of #BBAC98
Complementary color
Monochromatic Colors of #BBAC98
Black with #BBAC98
Text Example
Text Example
White with #BBAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC98; }
p { color: rgb(187,172,152); }
H1.HeaderClassName
{
color: #BBAC98;
}
.AnyTagClassName
{
color: #BBAC98;
}
</style>
background-color css
<style>
a { background-color: #BBAC98; }
a { background-color: rgb(187,172,152); }
div.DivClassName
{
background-color: #BBAC98;
}
.BgClassName
{
background-color: #BBAC98;
}
</style>
border-color css
<style>
span { border-color: #BBAC98; }
span { border-color: rgb(187,172,152); }
td.TdClassName
{
border-color: #BBAC98;
}
.TagClassName
{
border-color: #BBAC98;
}
</style>