Shades of Akaroa #BCB09C
Tints of Akaroa #BCB09C
RGB
CMYK
RGB Variations
Color information
#BCB09C (or 0xBCB09C) is known color: Akaroa. HEX triplet: BC, B0 and 9C. RGB value is (188,176,156). Sum of RGB (Red+Green+Blue) = 188+176+156=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB09C is #434F63. Grayscale: #B1B1B1. Windows color (decimal): -4411236 or 10268860. OLE color: 10268860.
HSL color Cylindrical-coordinate representation of color #BCB09C: hue angle of 37.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB09C is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 156 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.26 |
| HSL | 37.5º | 0.19% | 0.67% | - |
| HSV(B) | 37.5º | 0.17% | 0.74% | - |
| XYZ | 42.27 | 44.14 | 37.75 | - |
| YUV | 177.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 156 | 0 | 0.06 | 0.17 | 0.26 | 37.5 | 0.19 | 0.67 |
| Hex | BC | B0 | 9C | 0 | 6 | 11 | 1A | 26 | 13 | 43 |
| Octal | 274 | 260 | 234 | 0 | 6 | 21 | 32 | 46 | 23 | 103 |
| Binary | 10111100 | 10110000 | 10011100 | 0 | 110 | 10001 | 11010 | 100110 | 10011 | 1000011 |
Color Harmonies of #BCB09C
Complementary color
Monochromatic Colors of #BCB09C
Black with #BCB09C
Text Example
Text Example
White with #BCB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB09C; }
p { color: rgb(188,176,156); }
H1.HeaderClassName
{
color: #BCB09C;
}
.AnyTagClassName
{
color: #BCB09C;
}
</style>
background-color css
<style>
a { background-color: #BCB09C; }
a { background-color: rgb(188,176,156); }
div.DivClassName
{
background-color: #BCB09C;
}
.BgClassName
{
background-color: #BCB09C;
}
</style>
border-color css
<style>
span { border-color: #BCB09C; }
span { border-color: rgb(188,176,156); }
td.TdClassName
{
border-color: #BCB09C;
}
.TagClassName
{
border-color: #BCB09C;
}
</style>