Shades of Akaroa #BDB19C
Tints of Akaroa #BDB19C
RGB
CMYK
RGB Variations
Color information
#BDB19C (or 0xBDB19C) is known color: Akaroa. HEX triplet: BD, B1 and 9C. RGB value is (189,177,156). Sum of RGB (Red+Green+Blue) = 189+177+156=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB19C is #424E63. Grayscale: #B2B2B2. Windows color (decimal): -4345444 or 10269117. OLE color: 10269117.
HSL color Cylindrical-coordinate representation of color #BDB19C: hue angle of 38.18º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDB19C is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 156 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.26 |
| HSL | 38.18º | 0.2% | 0.68% | - |
| HSV(B) | 38.18º | 0.17% | 0.74% | - |
| XYZ | 42.71 | 44.66 | 37.82 | - |
| YUV | 178.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 156 | 0 | 0.06 | 0.17 | 0.26 | 38.18 | 0.2 | 0.68 |
| Hex | BD | B1 | 9C | 0 | 6 | 11 | 1A | 26 | 14 | 44 |
| Octal | 275 | 261 | 234 | 0 | 6 | 21 | 32 | 46 | 24 | 104 |
| Binary | 10111101 | 10110001 | 10011100 | 0 | 110 | 10001 | 11010 | 100110 | 10100 | 1000100 |
Color Harmonies of #BDB19C
Complementary color
Monochromatic Colors of #BDB19C
Black with #BDB19C
Text Example
Text Example
White with #BDB19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB19C; }
p { color: rgb(189,177,156); }
H1.HeaderClassName
{
color: #BDB19C;
}
.AnyTagClassName
{
color: #BDB19C;
}
</style>
background-color css
<style>
a { background-color: #BDB19C; }
a { background-color: rgb(189,177,156); }
div.DivClassName
{
background-color: #BDB19C;
}
.BgClassName
{
background-color: #BDB19C;
}
</style>
border-color css
<style>
span { border-color: #BDB19C; }
span { border-color: rgb(189,177,156); }
td.TdClassName
{
border-color: #BDB19C;
}
.TagClassName
{
border-color: #BDB19C;
}
</style>