Shades of Akaroa #BDB29B
Tints of Akaroa #BDB29B
RGB
CMYK
RGB Variations
Color information
#BDB29B (or 0xBDB29B) is known color: Akaroa. HEX triplet: BD, B2 and 9B. RGB value is (189,178,155). Sum of RGB (Red+Green+Blue) = 189+178+155=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB29B is #424D64. Grayscale: #B2B2B2. Windows color (decimal): -4345189 or 10203837. OLE color: 10203837.
HSL color Cylindrical-coordinate representation of color #BDB29B: hue angle of 40.59º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB29B is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 155 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.26 |
| HSL | 40.59º | 0.2% | 0.67% | - |
| HSV(B) | 40.59º | 0.18% | 0.74% | - |
| XYZ | 42.82 | 45.03 | 37.44 | - |
| YUV | 178.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 155 | 0 | 0.06 | 0.18 | 0.26 | 40.59 | 0.2 | 0.67 |
| Hex | BD | B2 | 9B | 0 | 6 | 12 | 1A | 29 | 14 | 43 |
| Octal | 275 | 262 | 233 | 0 | 6 | 22 | 32 | 51 | 24 | 103 |
| Binary | 10111101 | 10110010 | 10011011 | 0 | 110 | 10010 | 11010 | 101001 | 10100 | 1000011 |
Color Harmonies of #BDB29B
Complementary color
Monochromatic Colors of #BDB29B
Black with #BDB29B
Text Example
Text Example
White with #BDB29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB29B; }
p { color: rgb(189,178,155); }
H1.HeaderClassName
{
color: #BDB29B;
}
.AnyTagClassName
{
color: #BDB29B;
}
</style>
background-color css
<style>
a { background-color: #BDB29B; }
a { background-color: rgb(189,178,155); }
div.DivClassName
{
background-color: #BDB29B;
}
.BgClassName
{
background-color: #BDB29B;
}
</style>
border-color css
<style>
span { border-color: #BDB29B; }
span { border-color: rgb(189,178,155); }
td.TdClassName
{
border-color: #BDB29B;
}
.TagClassName
{
border-color: #BDB29B;
}
</style>