Shades of Akaroa #BDB197
Tints of Akaroa #BDB197
RGB
CMYK
RGB Variations
Color information
#BDB197 (or 0xBDB197) is known color: Akaroa. HEX triplet: BD, B1 and 97. RGB value is (189,177,151). Sum of RGB (Red+Green+Blue) = 189+177+151=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB197 is #424E68. Grayscale: #B1B1B1. Windows color (decimal): -4345449 or 9941437. OLE color: 9941437.
HSL color Cylindrical-coordinate representation of color #BDB197: hue angle of 41.05º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB197 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 151 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.26 |
| HSL | 41.05º | 0.22% | 0.67% | - |
| HSV(B) | 41.05º | 0.2% | 0.74% | - |
| XYZ | 42.29 | 44.5 | 35.64 | - |
| YUV | 177.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 151 | 0 | 0.06 | 0.20 | 0.26 | 41.05 | 0.22 | 0.67 |
| Hex | BD | B1 | 97 | 0 | 6 | 14 | 1A | 29 | 16 | 43 |
| Octal | 275 | 261 | 227 | 0 | 6 | 24 | 32 | 51 | 26 | 103 |
| Binary | 10111101 | 10110001 | 10010111 | 0 | 110 | 10100 | 11010 | 101001 | 10110 | 1000011 |
Color Harmonies of #BDB197
Complementary color
Monochromatic Colors of #BDB197
Black with #BDB197
Text Example
Text Example
White with #BDB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB197; }
p { color: rgb(189,177,151); }
H1.HeaderClassName
{
color: #BDB197;
}
.AnyTagClassName
{
color: #BDB197;
}
</style>
background-color css
<style>
a { background-color: #BDB197; }
a { background-color: rgb(189,177,151); }
div.DivClassName
{
background-color: #BDB197;
}
.BgClassName
{
background-color: #BDB197;
}
</style>
border-color css
<style>
span { border-color: #BDB197; }
span { border-color: rgb(189,177,151); }
td.TdClassName
{
border-color: #BDB197;
}
.TagClassName
{
border-color: #BDB197;
}
</style>