Shades of Akaroa #BDB099
Tints of Akaroa #BDB099
RGB
CMYK
RGB Variations
Color information
#BDB099 (or 0xBDB099) is known color: Akaroa. HEX triplet: BD, B0 and 99. RGB value is (189,176,153). Sum of RGB (Red+Green+Blue) = 189+176+153=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB099 is #424F66. Grayscale: #B1B1B1. Windows color (decimal): -4345703 or 10072253. OLE color: 10072253.
HSL color Cylindrical-coordinate representation of color #BDB099: hue angle of 38.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDB099 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 153 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.26 |
| HSL | 38.33º | 0.21% | 0.67% | - |
| HSV(B) | 38.33º | 0.19% | 0.74% | - |
| XYZ | 42.26 | 44.17 | 36.44 | - |
| YUV | 177.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 153 | 0 | 0.07 | 0.19 | 0.26 | 38.33 | 0.21 | 0.67 |
| Hex | BD | B0 | 99 | 0 | 7 | 13 | 1A | 26 | 15 | 43 |
| Octal | 275 | 260 | 231 | 0 | 7 | 23 | 32 | 46 | 25 | 103 |
| Binary | 10111101 | 10110000 | 10011001 | 0 | 111 | 10011 | 11010 | 100110 | 10101 | 1000011 |
Color Harmonies of #BDB099
Complementary color
Monochromatic Colors of #BDB099
Black with #BDB099
Text Example
Text Example
White with #BDB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB099; }
p { color: rgb(189,176,153); }
H1.HeaderClassName
{
color: #BDB099;
}
.AnyTagClassName
{
color: #BDB099;
}
</style>
background-color css
<style>
a { background-color: #BDB099; }
a { background-color: rgb(189,176,153); }
div.DivClassName
{
background-color: #BDB099;
}
.BgClassName
{
background-color: #BDB099;
}
</style>
border-color css
<style>
span { border-color: #BDB099; }
span { border-color: rgb(189,176,153); }
td.TdClassName
{
border-color: #BDB099;
}
.TagClassName
{
border-color: #BDB099;
}
</style>