Shades of Akaroa #BBA993
Tints of Akaroa #BBA993
RGB
CMYK
RGB Variations
Color information
#BBA993 (or 0xBBA993) is known color: Akaroa. HEX triplet: BB, A9 and 93. RGB value is (187,169,147). Sum of RGB (Red+Green+Blue) = 187+169+147=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA993 is #44566C. Grayscale: #ABABAB. Windows color (decimal): -4478573 or 9677243. OLE color: 9677243.
HSL color Cylindrical-coordinate representation of color #BBA993: hue angle of 33º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBA993 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 147 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.27 |
| HSL | 33º | 0.23% | 0.65% | - |
| HSV(B) | 33º | 0.21% | 0.73% | - |
| XYZ | 39.95 | 41.05 | 33.42 | - |
| YUV | 171.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 147 | 0 | 0.10 | 0.21 | 0.27 | 33 | 0.23 | 0.65 |
| Hex | BB | A9 | 93 | 0 | A | 15 | 1B | 21 | 17 | 41 |
| Octal | 273 | 251 | 223 | 0 | 12 | 25 | 33 | 41 | 27 | 101 |
| Binary | 10111011 | 10101001 | 10010011 | 0 | 1010 | 10101 | 11011 | 100001 | 10111 | 1000001 |
Color Harmonies of #BBA993
Complementary color
Monochromatic Colors of #BBA993
Black with #BBA993
Text Example
Text Example
White with #BBA993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA993; }
p { color: rgb(187,169,147); }
H1.HeaderClassName
{
color: #BBA993;
}
.AnyTagClassName
{
color: #BBA993;
}
</style>
background-color css
<style>
a { background-color: #BBA993; }
a { background-color: rgb(187,169,147); }
div.DivClassName
{
background-color: #BBA993;
}
.BgClassName
{
background-color: #BBA993;
}
</style>
border-color css
<style>
span { border-color: #BBA993; }
span { border-color: rgb(187,169,147); }
td.TdClassName
{
border-color: #BBA993;
}
.TagClassName
{
border-color: #BBA993;
}
</style>