Shades of Akaroa #BDAF9D
Tints of Akaroa #BDAF9D
RGB
CMYK
RGB Variations
Color information
#BDAF9D (or 0xBDAF9D) is known color: Akaroa. HEX triplet: BD, AF and 9D. RGB value is (189,175,157). Sum of RGB (Red+Green+Blue) = 189+175+157=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF9D is #425062. Grayscale: #B1B1B1. Windows color (decimal): -4345955 or 10334141. OLE color: 10334141.
HSL color Cylindrical-coordinate representation of color #BDAF9D: hue angle of 33.75º 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 #BDAF9D is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 157 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.26 |
| HSL | 33.75º | 0.2% | 0.68% | - |
| HSV(B) | 33.75º | 0.17% | 0.74% | - |
| XYZ | 42.4 | 43.91 | 38.14 | - |
| YUV | 177.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 157 | 0 | 0.07 | 0.17 | 0.26 | 33.75 | 0.2 | 0.68 |
| Hex | BD | AF | 9D | 0 | 7 | 11 | 1A | 22 | 14 | 44 |
| Octal | 275 | 257 | 235 | 0 | 7 | 21 | 32 | 42 | 24 | 104 |
| Binary | 10111101 | 10101111 | 10011101 | 0 | 111 | 10001 | 11010 | 100010 | 10100 | 1000100 |
Color Harmonies of #BDAF9D
Complementary color
Monochromatic Colors of #BDAF9D
Black with #BDAF9D
Text Example
Text Example
White with #BDAF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF9D; }
p { color: rgb(189,175,157); }
H1.HeaderClassName
{
color: #BDAF9D;
}
.AnyTagClassName
{
color: #BDAF9D;
}
</style>
background-color css
<style>
a { background-color: #BDAF9D; }
a { background-color: rgb(189,175,157); }
div.DivClassName
{
background-color: #BDAF9D;
}
.BgClassName
{
background-color: #BDAF9D;
}
</style>
border-color css
<style>
span { border-color: #BDAF9D; }
span { border-color: rgb(189,175,157); }
td.TdClassName
{
border-color: #BDAF9D;
}
.TagClassName
{
border-color: #BDAF9D;
}
</style>