Shades of Akaroa #BBB197
Tints of Akaroa #BBB197
RGB
CMYK
RGB Variations
Color information
#BBB197 (or 0xBBB197) is known color: Akaroa. HEX triplet: BB, B1 and 97. RGB value is (187,177,151). Sum of RGB (Red+Green+Blue) = 187+177+151=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB197 is #444E68. Grayscale: #B1B1B1. Windows color (decimal): -4476521 or 9941435. OLE color: 9941435.
HSL color Cylindrical-coordinate representation of color #BBB197: hue angle of 43.33º degrees, saturation: 0.21, 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 #BBB197 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 151 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.27 |
| HSL | 43.33º | 0.21% | 0.66% | - |
| HSV(B) | 43.33º | 0.19% | 0.73% | - |
| XYZ | 41.8 | 44.24 | 35.61 | - |
| YUV | 177.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 151 | 0 | 0.05 | 0.19 | 0.27 | 43.33 | 0.21 | 0.66 |
| Hex | BB | B1 | 97 | 0 | 5 | 13 | 1B | 2B | 15 | 42 |
| Octal | 273 | 261 | 227 | 0 | 5 | 23 | 33 | 53 | 25 | 102 |
| Binary | 10111011 | 10110001 | 10010111 | 0 | 101 | 10011 | 11011 | 101011 | 10101 | 1000010 |
Color Harmonies of #BBB197
Complementary color
Monochromatic Colors of #BBB197
Black with #BBB197
Text Example
Text Example
White with #BBB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB197; }
p { color: rgb(187,177,151); }
H1.HeaderClassName
{
color: #BBB197;
}
.AnyTagClassName
{
color: #BBB197;
}
</style>
background-color css
<style>
a { background-color: #BBB197; }
a { background-color: rgb(187,177,151); }
div.DivClassName
{
background-color: #BBB197;
}
.BgClassName
{
background-color: #BBB197;
}
</style>
border-color css
<style>
span { border-color: #BBB197; }
span { border-color: rgb(187,177,151); }
td.TdClassName
{
border-color: #BBB197;
}
.TagClassName
{
border-color: #BBB197;
}
</style>