Shades of Akaroa #BDB097
Tints of Akaroa #BDB097
RGB
CMYK
RGB Variations
Color information
#BDB097 (or 0xBDB097) is known color: Akaroa. HEX triplet: BD, B0 and 97. RGB value is (189,176,151). Sum of RGB (Red+Green+Blue) = 189+176+151=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB097 is #424F68. Grayscale: #B1B1B1. Windows color (decimal): -4345705 or 9941181. OLE color: 9941181.
HSL color Cylindrical-coordinate representation of color #BDB097: hue angle of 39.47º 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 #BDB097 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 151 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.26 |
| HSL | 39.47º | 0.22% | 0.67% | - |
| HSV(B) | 39.47º | 0.2% | 0.74% | - |
| XYZ | 42.1 | 44.1 | 35.57 | - |
| YUV | 177.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 151 | 0 | 0.07 | 0.20 | 0.26 | 39.47 | 0.22 | 0.67 |
| Hex | BD | B0 | 97 | 0 | 7 | 14 | 1A | 27 | 16 | 43 |
| Octal | 275 | 260 | 227 | 0 | 7 | 24 | 32 | 47 | 26 | 103 |
| Binary | 10111101 | 10110000 | 10010111 | 0 | 111 | 10100 | 11010 | 100111 | 10110 | 1000011 |
Color Harmonies of #BDB097
Complementary color
Monochromatic Colors of #BDB097
Black with #BDB097
Text Example
Text Example
White with #BDB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB097; }
p { color: rgb(189,176,151); }
H1.HeaderClassName
{
color: #BDB097;
}
.AnyTagClassName
{
color: #BDB097;
}
</style>
background-color css
<style>
a { background-color: #BDB097; }
a { background-color: rgb(189,176,151); }
div.DivClassName
{
background-color: #BDB097;
}
.BgClassName
{
background-color: #BDB097;
}
</style>
border-color css
<style>
span { border-color: #BDB097; }
span { border-color: rgb(189,176,151); }
td.TdClassName
{
border-color: #BDB097;
}
.TagClassName
{
border-color: #BDB097;
}
</style>