Shades of Akaroa #BDB393
Tints of Akaroa #BDB393
RGB
CMYK
RGB Variations
Color information
#BDB393 (or 0xBDB393) is known color: Akaroa. HEX triplet: BD, B3 and 93. RGB value is (189,179,147). Sum of RGB (Red+Green+Blue) = 189+179+147=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB393 is #424C6C. Grayscale: #B2B2B2. Windows color (decimal): -4344941 or 9679805. OLE color: 9679805.
HSL color Cylindrical-coordinate representation of color #BDB393: hue angle of 45.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDB393 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 147 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.26 |
| HSL | 45.71º | 0.24% | 0.66% | - |
| HSV(B) | 45.71º | 0.22% | 0.74% | - |
| XYZ | 42.37 | 45.17 | 34.09 | - |
| YUV | 178.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 147 | 0 | 0.05 | 0.22 | 0.26 | 45.71 | 0.24 | 0.66 |
| Hex | BD | B3 | 93 | 0 | 5 | 16 | 1A | 2E | 18 | 42 |
| Octal | 275 | 263 | 223 | 0 | 5 | 26 | 32 | 56 | 30 | 102 |
| Binary | 10111101 | 10110011 | 10010011 | 0 | 101 | 10110 | 11010 | 101110 | 11000 | 1000010 |
Color Harmonies of #BDB393
Complementary color
Monochromatic Colors of #BDB393
Black with #BDB393
Text Example
Text Example
White with #BDB393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB393; }
p { color: rgb(189,179,147); }
H1.HeaderClassName
{
color: #BDB393;
}
.AnyTagClassName
{
color: #BDB393;
}
</style>
background-color css
<style>
a { background-color: #BDB393; }
a { background-color: rgb(189,179,147); }
div.DivClassName
{
background-color: #BDB393;
}
.BgClassName
{
background-color: #BDB393;
}
</style>
border-color css
<style>
span { border-color: #BDB393; }
span { border-color: rgb(189,179,147); }
td.TdClassName
{
border-color: #BDB393;
}
.TagClassName
{
border-color: #BDB393;
}
</style>