Shades of Akaroa #BCAF94
Tints of Akaroa #BCAF94
RGB
CMYK
RGB Variations
Color information
#BCAF94 (or 0xBCAF94) is known color: Akaroa. HEX triplet: BC, AF and 94. RGB value is (188,175,148). Sum of RGB (Red+Green+Blue) = 188+175+148=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF94 is #43506B. Grayscale: #AFAFAF. Windows color (decimal): -4411500 or 9744316. OLE color: 9744316.
HSL color Cylindrical-coordinate representation of color #BCAF94: hue angle of 40.5º 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 #BCAF94 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 148 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.26 |
| HSL | 40.5º | 0.23% | 0.66% | - |
| HSV(B) | 40.5º | 0.21% | 0.74% | - |
| XYZ | 41.41 | 43.49 | 34.23 | - |
| YUV | 175.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 148 | 0 | 0.07 | 0.21 | 0.26 | 40.5 | 0.23 | 0.66 |
| Hex | BC | AF | 94 | 0 | 7 | 15 | 1A | 28 | 17 | 42 |
| Octal | 274 | 257 | 224 | 0 | 7 | 25 | 32 | 50 | 27 | 102 |
| Binary | 10111100 | 10101111 | 10010100 | 0 | 111 | 10101 | 11010 | 101000 | 10111 | 1000010 |
Color Harmonies of #BCAF94
Complementary color
Monochromatic Colors of #BCAF94
Black with #BCAF94
Text Example
Text Example
White with #BCAF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF94; }
p { color: rgb(188,175,148); }
H1.HeaderClassName
{
color: #BCAF94;
}
.AnyTagClassName
{
color: #BCAF94;
}
</style>
background-color css
<style>
a { background-color: #BCAF94; }
a { background-color: rgb(188,175,148); }
div.DivClassName
{
background-color: #BCAF94;
}
.BgClassName
{
background-color: #BCAF94;
}
</style>
border-color css
<style>
span { border-color: #BCAF94; }
span { border-color: rgb(188,175,148); }
td.TdClassName
{
border-color: #BCAF94;
}
.TagClassName
{
border-color: #BCAF94;
}
</style>