Shades of Akaroa #BCAF99
Tints of Akaroa #BCAF99
RGB
CMYK
RGB Variations
Color information
#BCAF99 (or 0xBCAF99) is known color: Akaroa. HEX triplet: BC, AF and 99. RGB value is (188,175,153). Sum of RGB (Red+Green+Blue) = 188+175+153=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF99 is #435066. Grayscale: #B0B0B0. Windows color (decimal): -4411495 or 10071996. OLE color: 10071996.
HSL color Cylindrical-coordinate representation of color #BCAF99: hue angle of 37.71º 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 #BCAF99 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 153 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.26 |
| HSL | 37.71º | 0.21% | 0.67% | - |
| HSV(B) | 37.71º | 0.19% | 0.74% | - |
| XYZ | 41.82 | 43.65 | 36.36 | - |
| YUV | 176.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 153 | 0 | 0.07 | 0.19 | 0.26 | 37.71 | 0.21 | 0.67 |
| Hex | BC | AF | 99 | 0 | 7 | 13 | 1A | 26 | 15 | 43 |
| Octal | 274 | 257 | 231 | 0 | 7 | 23 | 32 | 46 | 25 | 103 |
| Binary | 10111100 | 10101111 | 10011001 | 0 | 111 | 10011 | 11010 | 100110 | 10101 | 1000011 |
Color Harmonies of #BCAF99
Complementary color
Monochromatic Colors of #BCAF99
Black with #BCAF99
Text Example
Text Example
White with #BCAF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF99; }
p { color: rgb(188,175,153); }
H1.HeaderClassName
{
color: #BCAF99;
}
.AnyTagClassName
{
color: #BCAF99;
}
</style>
background-color css
<style>
a { background-color: #BCAF99; }
a { background-color: rgb(188,175,153); }
div.DivClassName
{
background-color: #BCAF99;
}
.BgClassName
{
background-color: #BCAF99;
}
</style>
border-color css
<style>
span { border-color: #BCAF99; }
span { border-color: rgb(188,175,153); }
td.TdClassName
{
border-color: #BCAF99;
}
.TagClassName
{
border-color: #BCAF99;
}
</style>