Shades of Akaroa #BCAB93
Tints of Akaroa #BCAB93
RGB
CMYK
RGB Variations
Color information
#BCAB93 (or 0xBCAB93) is known color: Akaroa. HEX triplet: BC, AB and 93. RGB value is (188,171,147). Sum of RGB (Red+Green+Blue) = 188+171+147=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB93 is #43546C. Grayscale: #ADADAD. Windows color (decimal): -4412525 or 9677756. OLE color: 9677756.
HSL color Cylindrical-coordinate representation of color #BCAB93: hue angle of 35.12º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCAB93 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 147 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.26 |
| HSL | 35.12º | 0.23% | 0.66% | - |
| HSV(B) | 35.12º | 0.22% | 0.74% | - |
| XYZ | 40.57 | 41.92 | 33.56 | - |
| YUV | 173.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 147 | 0 | 0.09 | 0.22 | 0.26 | 35.12 | 0.23 | 0.66 |
| Hex | BC | AB | 93 | 0 | 9 | 16 | 1A | 23 | 17 | 42 |
| Octal | 274 | 253 | 223 | 0 | 11 | 26 | 32 | 43 | 27 | 102 |
| Binary | 10111100 | 10101011 | 10010011 | 0 | 1001 | 10110 | 11010 | 100011 | 10111 | 1000010 |
Color Harmonies of #BCAB93
Complementary color
Monochromatic Colors of #BCAB93
Black with #BCAB93
Text Example
Text Example
White with #BCAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB93; }
p { color: rgb(188,171,147); }
H1.HeaderClassName
{
color: #BCAB93;
}
.AnyTagClassName
{
color: #BCAB93;
}
</style>
background-color css
<style>
a { background-color: #BCAB93; }
a { background-color: rgb(188,171,147); }
div.DivClassName
{
background-color: #BCAB93;
}
.BgClassName
{
background-color: #BCAB93;
}
</style>
border-color css
<style>
span { border-color: #BCAB93; }
span { border-color: rgb(188,171,147); }
td.TdClassName
{
border-color: #BCAB93;
}
.TagClassName
{
border-color: #BCAB93;
}
</style>