Shades of Akaroa #BCAD99
Tints of Akaroa #BCAD99
RGB
CMYK
RGB Variations
Color information
#BCAD99 (or 0xBCAD99) is known color: Akaroa. HEX triplet: BC, AD and 99. RGB value is (188,173,153). Sum of RGB (Red+Green+Blue) = 188+173+153=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD99 is #435266. Grayscale: #AFAFAF. Windows color (decimal): -4412007 or 10071484. OLE color: 10071484.
HSL color Cylindrical-coordinate representation of color #BCAD99: hue angle of 34.29º 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 #BCAD99 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 153 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.26 |
| HSL | 34.29º | 0.21% | 0.67% | - |
| HSV(B) | 34.29º | 0.19% | 0.74% | - |
| XYZ | 41.43 | 42.88 | 36.23 | - |
| YUV | 175.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 153 | 0 | 0.08 | 0.19 | 0.26 | 34.29 | 0.21 | 0.67 |
| Hex | BC | AD | 99 | 0 | 8 | 13 | 1A | 22 | 15 | 43 |
| Octal | 274 | 255 | 231 | 0 | 10 | 23 | 32 | 42 | 25 | 103 |
| Binary | 10111100 | 10101101 | 10011001 | 0 | 1000 | 10011 | 11010 | 100010 | 10101 | 1000011 |
Color Harmonies of #BCAD99
Complementary color
Monochromatic Colors of #BCAD99
Black with #BCAD99
Text Example
Text Example
White with #BCAD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD99; }
p { color: rgb(188,173,153); }
H1.HeaderClassName
{
color: #BCAD99;
}
.AnyTagClassName
{
color: #BCAD99;
}
</style>
background-color css
<style>
a { background-color: #BCAD99; }
a { background-color: rgb(188,173,153); }
div.DivClassName
{
background-color: #BCAD99;
}
.BgClassName
{
background-color: #BCAD99;
}
</style>
border-color css
<style>
span { border-color: #BCAD99; }
span { border-color: rgb(188,173,153); }
td.TdClassName
{
border-color: #BCAD99;
}
.TagClassName
{
border-color: #BCAD99;
}
</style>