Shades of Akaroa #BDB196
Tints of Akaroa #BDB196
RGB
CMYK
RGB Variations
Color information
#BDB196 (or 0xBDB196) is known color: Akaroa. HEX triplet: BD, B1 and 96. RGB value is (189,177,150). Sum of RGB (Red+Green+Blue) = 189+177+150=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB196 is #424E69. Grayscale: #B1B1B1. Windows color (decimal): -4345450 or 9875901. OLE color: 9875901.
HSL color Cylindrical-coordinate representation of color #BDB196: hue angle of 41.54º 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 #BDB196 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 150 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.26 |
| HSL | 41.54º | 0.23% | 0.66% | - |
| HSV(B) | 41.54º | 0.21% | 0.74% | - |
| XYZ | 42.21 | 44.47 | 35.21 | - |
| YUV | 177.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 150 | 0 | 0.06 | 0.21 | 0.26 | 41.54 | 0.23 | 0.66 |
| Hex | BD | B1 | 96 | 0 | 6 | 15 | 1A | 2A | 17 | 42 |
| Octal | 275 | 261 | 226 | 0 | 6 | 25 | 32 | 52 | 27 | 102 |
| Binary | 10111101 | 10110001 | 10010110 | 0 | 110 | 10101 | 11010 | 101010 | 10111 | 1000010 |
Color Harmonies of #BDB196
Complementary color
Monochromatic Colors of #BDB196
Black with #BDB196
Text Example
Text Example
White with #BDB196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB196; }
p { color: rgb(189,177,150); }
H1.HeaderClassName
{
color: #BDB196;
}
.AnyTagClassName
{
color: #BDB196;
}
</style>
background-color css
<style>
a { background-color: #BDB196; }
a { background-color: rgb(189,177,150); }
div.DivClassName
{
background-color: #BDB196;
}
.BgClassName
{
background-color: #BDB196;
}
</style>
border-color css
<style>
span { border-color: #BDB196; }
span { border-color: rgb(189,177,150); }
td.TdClassName
{
border-color: #BDB196;
}
.TagClassName
{
border-color: #BDB196;
}
</style>