Shades of Akaroa #BDB397
Tints of Akaroa #BDB397
RGB
CMYK
RGB Variations
Color information
#BDB397 (or 0xBDB397) is known color: Akaroa. HEX triplet: BD, B3 and 97. RGB value is (189,179,151). Sum of RGB (Red+Green+Blue) = 189+179+151=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB397 is #424C68. Grayscale: #B2B2B2. Windows color (decimal): -4344937 or 9941949. OLE color: 9941949.
HSL color Cylindrical-coordinate representation of color #BDB397: hue angle of 44.21º 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 #BDB397 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 151 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.26 |
| HSL | 44.21º | 0.22% | 0.67% | - |
| HSV(B) | 44.21º | 0.2% | 0.74% | - |
| XYZ | 42.69 | 45.29 | 35.77 | - |
| YUV | 178.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 151 | 0 | 0.05 | 0.20 | 0.26 | 44.21 | 0.22 | 0.67 |
| Hex | BD | B3 | 97 | 0 | 5 | 14 | 1A | 2C | 16 | 43 |
| Octal | 275 | 263 | 227 | 0 | 5 | 24 | 32 | 54 | 26 | 103 |
| Binary | 10111101 | 10110011 | 10010111 | 0 | 101 | 10100 | 11010 | 101100 | 10110 | 1000011 |
Color Harmonies of #BDB397
Complementary color
Monochromatic Colors of #BDB397
Black with #BDB397
Text Example
Text Example
White with #BDB397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB397; }
p { color: rgb(189,179,151); }
H1.HeaderClassName
{
color: #BDB397;
}
.AnyTagClassName
{
color: #BDB397;
}
</style>
background-color css
<style>
a { background-color: #BDB397; }
a { background-color: rgb(189,179,151); }
div.DivClassName
{
background-color: #BDB397;
}
.BgClassName
{
background-color: #BDB397;
}
</style>
border-color css
<style>
span { border-color: #BDB397; }
span { border-color: rgb(189,179,151); }
td.TdClassName
{
border-color: #BDB397;
}
.TagClassName
{
border-color: #BDB397;
}
</style>