Shades of Akaroa #BCB098
Tints of Akaroa #BCB098
RGB
CMYK
RGB Variations
Color information
#BCB098 (or 0xBCB098) is known color: Akaroa. HEX triplet: BC, B0 and 98. RGB value is (188,176,152). Sum of RGB (Red+Green+Blue) = 188+176+152=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB098 is #434F67. Grayscale: #B0B0B0. Windows color (decimal): -4411240 or 10006716. OLE color: 10006716.
HSL color Cylindrical-coordinate representation of color #BCB098: hue angle of 40º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCB098 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 152 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.26 |
| HSL | 40º | 0.21% | 0.67% | - |
| HSV(B) | 40º | 0.19% | 0.74% | - |
| XYZ | 41.93 | 44.01 | 35.99 | - |
| YUV | 176.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 152 | 0 | 0.06 | 0.19 | 0.26 | 40 | 0.21 | 0.67 |
| Hex | BC | B0 | 98 | 0 | 6 | 13 | 1A | 28 | 15 | 43 |
| Octal | 274 | 260 | 230 | 0 | 6 | 23 | 32 | 50 | 25 | 103 |
| Binary | 10111100 | 10110000 | 10011000 | 0 | 110 | 10011 | 11010 | 101000 | 10101 | 1000011 |
Color Harmonies of #BCB098
Complementary color
Monochromatic Colors of #BCB098
Black with #BCB098
Text Example
Text Example
White with #BCB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB098; }
p { color: rgb(188,176,152); }
H1.HeaderClassName
{
color: #BCB098;
}
.AnyTagClassName
{
color: #BCB098;
}
</style>
background-color css
<style>
a { background-color: #BCB098; }
a { background-color: rgb(188,176,152); }
div.DivClassName
{
background-color: #BCB098;
}
.BgClassName
{
background-color: #BCB098;
}
</style>
border-color css
<style>
span { border-color: #BCB098; }
span { border-color: rgb(188,176,152); }
td.TdClassName
{
border-color: #BCB098;
}
.TagClassName
{
border-color: #BCB098;
}
</style>