Shades of Akaroa #BCAB96
Tints of Akaroa #BCAB96
RGB
CMYK
RGB Variations
Color information
#BCAB96 (or 0xBCAB96) is known color: Akaroa. HEX triplet: BC, AB and 96. RGB value is (188,171,150). Sum of RGB (Red+Green+Blue) = 188+171+150=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB96 is #435469. Grayscale: #ADADAD. Windows color (decimal): -4412522 or 9874364. OLE color: 9874364.
HSL color Cylindrical-coordinate representation of color #BCAB96: hue angle of 33.16º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCAB96 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 150 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.26 |
| HSL | 33.16º | 0.22% | 0.66% | - |
| HSV(B) | 33.16º | 0.2% | 0.74% | - |
| XYZ | 40.81 | 42.02 | 34.81 | - |
| YUV | 173.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 150 | 0 | 0.09 | 0.20 | 0.26 | 33.16 | 0.22 | 0.66 |
| Hex | BC | AB | 96 | 0 | 9 | 14 | 1A | 21 | 16 | 42 |
| Octal | 274 | 253 | 226 | 0 | 11 | 24 | 32 | 41 | 26 | 102 |
| Binary | 10111100 | 10101011 | 10010110 | 0 | 1001 | 10100 | 11010 | 100001 | 10110 | 1000010 |
Color Harmonies of #BCAB96
Complementary color
Monochromatic Colors of #BCAB96
Black with #BCAB96
Text Example
Text Example
White with #BCAB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB96; }
p { color: rgb(188,171,150); }
H1.HeaderClassName
{
color: #BCAB96;
}
.AnyTagClassName
{
color: #BCAB96;
}
</style>
background-color css
<style>
a { background-color: #BCAB96; }
a { background-color: rgb(188,171,150); }
div.DivClassName
{
background-color: #BCAB96;
}
.BgClassName
{
background-color: #BCAB96;
}
</style>
border-color css
<style>
span { border-color: #BCAB96; }
span { border-color: rgb(188,171,150); }
td.TdClassName
{
border-color: #BCAB96;
}
.TagClassName
{
border-color: #BCAB96;
}
</style>