Shades of Akaroa #BBAE9B
Tints of Akaroa #BBAE9B
RGB
CMYK
RGB Variations
Color information
#BBAE9B (or 0xBBAE9B) is known color: Akaroa. HEX triplet: BB, AE and 9B. RGB value is (187,174,155). Sum of RGB (Red+Green+Blue) = 187+174+155=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE9B is #445164. Grayscale: #AFAFAF. Windows color (decimal): -4477285 or 10202811. OLE color: 10202811.
HSL color Cylindrical-coordinate representation of color #BBAE9B: hue angle of 35.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBAE9B is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 155 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.27 |
| HSL | 35.63º | 0.19% | 0.67% | - |
| HSV(B) | 35.63º | 0.17% | 0.73% | - |
| XYZ | 41.55 | 43.2 | 37.16 | - |
| YUV | 175.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 155 | 0 | 0.07 | 0.17 | 0.27 | 35.63 | 0.19 | 0.67 |
| Hex | BB | AE | 9B | 0 | 7 | 11 | 1B | 24 | 13 | 43 |
| Octal | 273 | 256 | 233 | 0 | 7 | 21 | 33 | 44 | 23 | 103 |
| Binary | 10111011 | 10101110 | 10011011 | 0 | 111 | 10001 | 11011 | 100100 | 10011 | 1000011 |
Color Harmonies of #BBAE9B
Complementary color
Monochromatic Colors of #BBAE9B
Black with #BBAE9B
Text Example
Text Example
White with #BBAE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE9B; }
p { color: rgb(187,174,155); }
H1.HeaderClassName
{
color: #BBAE9B;
}
.AnyTagClassName
{
color: #BBAE9B;
}
</style>
background-color css
<style>
a { background-color: #BBAE9B; }
a { background-color: rgb(187,174,155); }
div.DivClassName
{
background-color: #BBAE9B;
}
.BgClassName
{
background-color: #BBAE9B;
}
</style>
border-color css
<style>
span { border-color: #BBAE9B; }
span { border-color: rgb(187,174,155); }
td.TdClassName
{
border-color: #BBAE9B;
}
.TagClassName
{
border-color: #BBAE9B;
}
</style>