Shades of Akaroa #BCB396
Tints of Akaroa #BCB396
RGB
CMYK
RGB Variations
Color information
#BCB396 (or 0xBCB396) is known color: Akaroa. HEX triplet: BC, B3 and 96. RGB value is (188,179,150). Sum of RGB (Red+Green+Blue) = 188+179+150=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB396 is #434C69. Grayscale: #B2B2B2. Windows color (decimal): -4410474 or 9876412. OLE color: 9876412.
HSL color Cylindrical-coordinate representation of color #BCB396: hue angle of 45.79º 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 #BCB396 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 150 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.26 |
| HSL | 45.79º | 0.22% | 0.66% | - |
| HSV(B) | 45.79º | 0.2% | 0.74% | - |
| XYZ | 42.36 | 45.13 | 35.33 | - |
| YUV | 178.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 150 | 0 | 0.05 | 0.20 | 0.26 | 45.79 | 0.22 | 0.66 |
| Hex | BC | B3 | 96 | 0 | 5 | 14 | 1A | 2E | 16 | 42 |
| Octal | 274 | 263 | 226 | 0 | 5 | 24 | 32 | 56 | 26 | 102 |
| Binary | 10111100 | 10110011 | 10010110 | 0 | 101 | 10100 | 11010 | 101110 | 10110 | 1000010 |
Color Harmonies of #BCB396
Complementary color
Monochromatic Colors of #BCB396
Black with #BCB396
Text Example
Text Example
White with #BCB396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB396; }
p { color: rgb(188,179,150); }
H1.HeaderClassName
{
color: #BCB396;
}
.AnyTagClassName
{
color: #BCB396;
}
</style>
background-color css
<style>
a { background-color: #BCB396; }
a { background-color: rgb(188,179,150); }
div.DivClassName
{
background-color: #BCB396;
}
.BgClassName
{
background-color: #BCB396;
}
</style>
border-color css
<style>
span { border-color: #BCB396; }
span { border-color: rgb(188,179,150); }
td.TdClassName
{
border-color: #BCB396;
}
.TagClassName
{
border-color: #BCB396;
}
</style>