Shades of Akaroa #BDB096
Tints of Akaroa #BDB096
RGB
CMYK
RGB Variations
Color information
#BDB096 (or 0xBDB096) is known color: Akaroa. HEX triplet: BD, B0 and 96. RGB value is (189,176,150). Sum of RGB (Red+Green+Blue) = 189+176+150=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB096 is #424F69. Grayscale: #B1B1B1. Windows color (decimal): -4345706 or 9875645. OLE color: 9875645.
HSL color Cylindrical-coordinate representation of color #BDB096: hue angle of 40º 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 #BDB096 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 150 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.26 |
| HSL | 40º | 0.23% | 0.66% | - |
| HSV(B) | 40º | 0.21% | 0.74% | - |
| XYZ | 42.02 | 44.07 | 35.15 | - |
| YUV | 176.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 150 | 0 | 0.07 | 0.21 | 0.26 | 40 | 0.23 | 0.66 |
| Hex | BD | B0 | 96 | 0 | 7 | 15 | 1A | 28 | 17 | 42 |
| Octal | 275 | 260 | 226 | 0 | 7 | 25 | 32 | 50 | 27 | 102 |
| Binary | 10111101 | 10110000 | 10010110 | 0 | 111 | 10101 | 11010 | 101000 | 10111 | 1000010 |
Color Harmonies of #BDB096
Complementary color
Monochromatic Colors of #BDB096
Black with #BDB096
Text Example
Text Example
White with #BDB096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB096; }
p { color: rgb(189,176,150); }
H1.HeaderClassName
{
color: #BDB096;
}
.AnyTagClassName
{
color: #BDB096;
}
</style>
background-color css
<style>
a { background-color: #BDB096; }
a { background-color: rgb(189,176,150); }
div.DivClassName
{
background-color: #BDB096;
}
.BgClassName
{
background-color: #BDB096;
}
</style>
border-color css
<style>
span { border-color: #BDB096; }
span { border-color: rgb(189,176,150); }
td.TdClassName
{
border-color: #BDB096;
}
.TagClassName
{
border-color: #BDB096;
}
</style>