Shades of Akaroa #BCAC94
Tints of Akaroa #BCAC94
RGB
CMYK
RGB Variations
Color information
#BCAC94 (or 0xBCAC94) is known color: Akaroa. HEX triplet: BC, AC and 94. RGB value is (188,172,148). Sum of RGB (Red+Green+Blue) = 188+172+148=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC94 is #43536B. Grayscale: #AEAEAE. Windows color (decimal): -4412268 or 9743548. OLE color: 9743548.
HSL color Cylindrical-coordinate representation of color #BCAC94: hue angle of 36º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCAC94 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 148 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.26 |
| HSL | 36º | 0.23% | 0.66% | - |
| HSV(B) | 36º | 0.21% | 0.74% | - |
| XYZ | 40.84 | 42.33 | 34.04 | - |
| YUV | 174.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 148 | 0 | 0.09 | 0.21 | 0.26 | 36 | 0.23 | 0.66 |
| Hex | BC | AC | 94 | 0 | 9 | 15 | 1A | 24 | 17 | 42 |
| Octal | 274 | 254 | 224 | 0 | 11 | 25 | 32 | 44 | 27 | 102 |
| Binary | 10111100 | 10101100 | 10010100 | 0 | 1001 | 10101 | 11010 | 100100 | 10111 | 1000010 |
Color Harmonies of #BCAC94
Complementary color
Monochromatic Colors of #BCAC94
Black with #BCAC94
Text Example
Text Example
White with #BCAC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC94; }
p { color: rgb(188,172,148); }
H1.HeaderClassName
{
color: #BCAC94;
}
.AnyTagClassName
{
color: #BCAC94;
}
</style>
background-color css
<style>
a { background-color: #BCAC94; }
a { background-color: rgb(188,172,148); }
div.DivClassName
{
background-color: #BCAC94;
}
.BgClassName
{
background-color: #BCAC94;
}
</style>
border-color css
<style>
span { border-color: #BCAC94; }
span { border-color: rgb(188,172,148); }
td.TdClassName
{
border-color: #BCAC94;
}
.TagClassName
{
border-color: #BCAC94;
}
</style>