Shades of Akaroa #BDB398
Tints of Akaroa #BDB398
RGB
CMYK
RGB Variations
Color information
#BDB398 (or 0xBDB398) is known color: Akaroa. HEX triplet: BD, B3 and 98. RGB value is (189,179,152). Sum of RGB (Red+Green+Blue) = 189+179+152=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB398 is #424C67. Grayscale: #B3B3B3. Windows color (decimal): -4344936 or 10007485. OLE color: 10007485.
HSL color Cylindrical-coordinate representation of color #BDB398: hue angle of 43.78º 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 #BDB398 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 152 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.26 |
| HSL | 43.78º | 0.22% | 0.67% | - |
| HSV(B) | 43.78º | 0.2% | 0.74% | - |
| XYZ | 42.77 | 45.33 | 36.2 | - |
| YUV | 178.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 152 | 0 | 0.05 | 0.20 | 0.26 | 43.78 | 0.22 | 0.67 |
| Hex | BD | B3 | 98 | 0 | 5 | 14 | 1A | 2C | 16 | 43 |
| Octal | 275 | 263 | 230 | 0 | 5 | 24 | 32 | 54 | 26 | 103 |
| Binary | 10111101 | 10110011 | 10011000 | 0 | 101 | 10100 | 11010 | 101100 | 10110 | 1000011 |
Color Harmonies of #BDB398
Complementary color
Monochromatic Colors of #BDB398
Black with #BDB398
Text Example
Text Example
White with #BDB398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB398; }
p { color: rgb(189,179,152); }
H1.HeaderClassName
{
color: #BDB398;
}
.AnyTagClassName
{
color: #BDB398;
}
</style>
background-color css
<style>
a { background-color: #BDB398; }
a { background-color: rgb(189,179,152); }
div.DivClassName
{
background-color: #BDB398;
}
.BgClassName
{
background-color: #BDB398;
}
</style>
border-color css
<style>
span { border-color: #BDB398; }
span { border-color: rgb(189,179,152); }
td.TdClassName
{
border-color: #BDB398;
}
.TagClassName
{
border-color: #BDB398;
}
</style>