Shades of Akaroa #BDAF9B
Tints of Akaroa #BDAF9B
RGB
CMYK
RGB Variations
Color information
#BDAF9B (or 0xBDAF9B) is known color: Akaroa. HEX triplet: BD, AF and 9B. RGB value is (189,175,155). Sum of RGB (Red+Green+Blue) = 189+175+155=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF9B is #425064. Grayscale: #B1B1B1. Windows color (decimal): -4345957 or 10203069. OLE color: 10203069.
HSL color Cylindrical-coordinate representation of color #BDAF9B: hue angle of 35.29º 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 #BDAF9B is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 175 | 155 | - |
CMYK | 0 | 0.07 | 0.18 | 0.26 |
HSL | 35.29º | 0.2% | 0.67% | - |
HSV(B) | 35.29º | 0.18% | 0.74% | - |
XYZ | 42.23 | 43.85 | 37.25 | - |
YUV | 176.91 | 115.64 | 136.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 175 | 155 | 0 | 0.07 | 0.18 | 0.26 | 35.29 | 0.2 | 0.67 |
Hex | BD | AF | 9B | 0 | 7 | 12 | 1A | 23 | 14 | 43 |
Octal | 275 | 257 | 233 | 0 | 7 | 22 | 32 | 43 | 24 | 103 |
Binary | 10111101 | 10101111 | 10011011 | 0 | 111 | 10010 | 11010 | 100011 | 10100 | 1000011 |
Color Harmonies of #BDAF9B
Complementary color
Monochromatic Colors of #BDAF9B
Black with #BDAF9B
Text Example
Text Example
White with #BDAF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF9B; }
p { color: rgb(189,175,155); }
H1.HeaderClassName
{
color: #BDAF9B;
}
.AnyTagClassName
{
color: #BDAF9B;
}
</style>
background-color css
<style>
a { background-color: #BDAF9B; }
a { background-color: rgb(189,175,155); }
div.DivClassName
{
background-color: #BDAF9B;
}
.BgClassName
{
background-color: #BDAF9B;
}
</style>
border-color css
<style>
span { border-color: #BDAF9B; }
span { border-color: rgb(189,175,155); }
td.TdClassName
{
border-color: #BDAF9B;
}
.TagClassName
{
border-color: #BDAF9B;
}
</style>