Shades of Akaroa #BDAF99
Tints of Akaroa #BDAF99
RGB
CMYK
RGB Variations
Color information
#BDAF99 (or 0xBDAF99) is known color: Akaroa. HEX triplet: BD, AF and 99. RGB value is (189,175,153). Sum of RGB (Red+Green+Blue) = 189+175+153=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF99 is #425066. Grayscale: #B0B0B0. Windows color (decimal): -4345959 or 10071997. OLE color: 10071997.
HSL color Cylindrical-coordinate representation of color #BDAF99: hue angle of 36.67º 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 #BDAF99 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 153 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.26 |
| HSL | 36.67º | 0.21% | 0.67% | - |
| HSV(B) | 36.67º | 0.19% | 0.74% | - |
| XYZ | 42.07 | 43.78 | 36.37 | - |
| YUV | 176.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 153 | 0 | 0.07 | 0.19 | 0.26 | 36.67 | 0.21 | 0.67 |
| Hex | BD | AF | 99 | 0 | 7 | 13 | 1A | 25 | 15 | 43 |
| Octal | 275 | 257 | 231 | 0 | 7 | 23 | 32 | 45 | 25 | 103 |
| Binary | 10111101 | 10101111 | 10011001 | 0 | 111 | 10011 | 11010 | 100101 | 10101 | 1000011 |
Color Harmonies of #BDAF99
Complementary color
Monochromatic Colors of #BDAF99
Black with #BDAF99
Text Example
Text Example
White with #BDAF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF99; }
p { color: rgb(189,175,153); }
H1.HeaderClassName
{
color: #BDAF99;
}
.AnyTagClassName
{
color: #BDAF99;
}
</style>
background-color css
<style>
a { background-color: #BDAF99; }
a { background-color: rgb(189,175,153); }
div.DivClassName
{
background-color: #BDAF99;
}
.BgClassName
{
background-color: #BDAF99;
}
</style>
border-color css
<style>
span { border-color: #BDAF99; }
span { border-color: rgb(189,175,153); }
td.TdClassName
{
border-color: #BDAF99;
}
.TagClassName
{
border-color: #BDAF99;
}
</style>