Shades of Akaroa #BCAA94
Tints of Akaroa #BCAA94
RGB
CMYK
RGB Variations
Color information
#BCAA94 (or 0xBCAA94) is known color: Akaroa. HEX triplet: BC, AA and 94. RGB value is (188,170,148). Sum of RGB (Red+Green+Blue) = 188+170+148=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA94 is #43556B. Grayscale: #ACACAC. Windows color (decimal): -4412780 or 9743036. OLE color: 9743036.
HSL color Cylindrical-coordinate representation of color #BCAA94: hue angle of 33º 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 #BCAA94 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 148 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.26 |
| HSL | 33º | 0.23% | 0.66% | - |
| HSV(B) | 33º | 0.21% | 0.74% | - |
| XYZ | 40.46 | 41.58 | 33.91 | - |
| YUV | 172.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 148 | 0 | 0.10 | 0.21 | 0.26 | 33 | 0.23 | 0.66 |
| Hex | BC | AA | 94 | 0 | A | 15 | 1A | 21 | 17 | 42 |
| Octal | 274 | 252 | 224 | 0 | 12 | 25 | 32 | 41 | 27 | 102 |
| Binary | 10111100 | 10101010 | 10010100 | 0 | 1010 | 10101 | 11010 | 100001 | 10111 | 1000010 |
Color Harmonies of #BCAA94
Complementary color
Monochromatic Colors of #BCAA94
Black with #BCAA94
Text Example
Text Example
White with #BCAA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA94; }
p { color: rgb(188,170,148); }
H1.HeaderClassName
{
color: #BCAA94;
}
.AnyTagClassName
{
color: #BCAA94;
}
</style>
background-color css
<style>
a { background-color: #BCAA94; }
a { background-color: rgb(188,170,148); }
div.DivClassName
{
background-color: #BCAA94;
}
.BgClassName
{
background-color: #BCAA94;
}
</style>
border-color css
<style>
span { border-color: #BCAA94; }
span { border-color: rgb(188,170,148); }
td.TdClassName
{
border-color: #BCAA94;
}
.TagClassName
{
border-color: #BCAA94;
}
</style>