Shades of Akaroa #BCAF9B
Tints of Akaroa #BCAF9B
RGB
CMYK
RGB Variations
Color information
#BCAF9B (or 0xBCAF9B) is known color: Akaroa. HEX triplet: BC, AF and 9B. RGB value is (188,175,155). Sum of RGB (Red+Green+Blue) = 188+175+155=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAF9B is #435064. Grayscale: #B0B0B0. Windows color (decimal): -4411493 or 10203068. OLE color: 10203068.
HSL color Cylindrical-coordinate representation of color #BCAF9B: hue angle of 36.36º 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 #BCAF9B is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 155 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.26 |
| HSL | 36.36º | 0.2% | 0.67% | - |
| HSV(B) | 36.36º | 0.18% | 0.74% | - |
| XYZ | 41.99 | 43.72 | 37.24 | - |
| YUV | 176.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 155 | 0 | 0.07 | 0.18 | 0.26 | 36.36 | 0.2 | 0.67 |
| Hex | BC | AF | 9B | 0 | 7 | 12 | 1A | 24 | 14 | 43 |
| Octal | 274 | 257 | 233 | 0 | 7 | 22 | 32 | 44 | 24 | 103 |
| Binary | 10111100 | 10101111 | 10011011 | 0 | 111 | 10010 | 11010 | 100100 | 10100 | 1000011 |
Color Harmonies of #BCAF9B
Complementary color
Monochromatic Colors of #BCAF9B
Black with #BCAF9B
Text Example
Text Example
White with #BCAF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF9B; }
p { color: rgb(188,175,155); }
H1.HeaderClassName
{
color: #BCAF9B;
}
.AnyTagClassName
{
color: #BCAF9B;
}
</style>
background-color css
<style>
a { background-color: #BCAF9B; }
a { background-color: rgb(188,175,155); }
div.DivClassName
{
background-color: #BCAF9B;
}
.BgClassName
{
background-color: #BCAF9B;
}
</style>
border-color css
<style>
span { border-color: #BCAF9B; }
span { border-color: rgb(188,175,155); }
td.TdClassName
{
border-color: #BCAF9B;
}
.TagClassName
{
border-color: #BCAF9B;
}
</style>