Shades of Akaroa #BCAD9A
Tints of Akaroa #BCAD9A
RGB
CMYK
RGB Variations
Color information
#BCAD9A (or 0xBCAD9A) is known color: Akaroa. HEX triplet: BC, AD and 9A. RGB value is (188,173,154). Sum of RGB (Red+Green+Blue) = 188+173+154=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD9A is #435265. Grayscale: #AFAFAF. Windows color (decimal): -4412006 or 10137020. OLE color: 10137020.
HSL color Cylindrical-coordinate representation of color #BCAD9A: hue angle of 33.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCAD9A is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 154 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.26 |
| HSL | 33.53º | 0.2% | 0.67% | - |
| HSV(B) | 33.53º | 0.18% | 0.74% | - |
| XYZ | 41.52 | 42.91 | 36.67 | - |
| YUV | 175.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 154 | 0 | 0.08 | 0.18 | 0.26 | 33.53 | 0.2 | 0.67 |
| Hex | BC | AD | 9A | 0 | 8 | 12 | 1A | 22 | 14 | 43 |
| Octal | 274 | 255 | 232 | 0 | 10 | 22 | 32 | 42 | 24 | 103 |
| Binary | 10111100 | 10101101 | 10011010 | 0 | 1000 | 10010 | 11010 | 100010 | 10100 | 1000011 |
Color Harmonies of #BCAD9A
Complementary color
Monochromatic Colors of #BCAD9A
Black with #BCAD9A
Text Example
Text Example
White with #BCAD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD9A; }
p { color: rgb(188,173,154); }
H1.HeaderClassName
{
color: #BCAD9A;
}
.AnyTagClassName
{
color: #BCAD9A;
}
</style>
background-color css
<style>
a { background-color: #BCAD9A; }
a { background-color: rgb(188,173,154); }
div.DivClassName
{
background-color: #BCAD9A;
}
.BgClassName
{
background-color: #BCAD9A;
}
</style>
border-color css
<style>
span { border-color: #BCAD9A; }
span { border-color: rgb(188,173,154); }
td.TdClassName
{
border-color: #BCAD9A;
}
.TagClassName
{
border-color: #BCAD9A;
}
</style>