Shades of Dusty Grey #BB9F9C
Tints of Dusty Grey #BB9F9C
RGB
CMYK
RGB Variations
Color information
#BB9F9C (or 0xBB9F9C) is known color: Dusty Grey. HEX triplet: BB, 9F and 9C. RGB value is (187,159,156). Sum of RGB (Red+Green+Blue) = 187+159+156=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9F9C is #446063. Grayscale: #A7A7A7. Windows color (decimal): -4481124 or 10264507. OLE color: 10264507.
HSL color Cylindrical-coordinate representation of color #BB9F9C: hue angle of 5.81º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BB9F9C is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 156 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.27 |
| HSL | 5.81º | 0.19% | 0.67% | - |
| HSV(B) | 5.81º | 0.17% | 0.73% | - |
| XYZ | 38.89 | 37.76 | 36.69 | - |
| YUV | 167.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 156 | 0 | 0.15 | 0.17 | 0.27 | 5.81 | 0.19 | 0.67 |
| Hex | BB | 9F | 9C | 0 | F | 11 | 1B | 6 | 13 | 43 |
| Octal | 273 | 237 | 234 | 0 | 17 | 21 | 33 | 6 | 23 | 103 |
| Binary | 10111011 | 10011111 | 10011100 | 0 | 1111 | 10001 | 11011 | 110 | 10011 | 1000011 |
Color Harmonies of #BB9F9C
Complementary color
Monochromatic Colors of #BB9F9C
Black with #BB9F9C
Text Example
Text Example
White with #BB9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F9C; }
p { color: rgb(187,159,156); }
H1.HeaderClassName
{
color: #BB9F9C;
}
.AnyTagClassName
{
color: #BB9F9C;
}
</style>
background-color css
<style>
a { background-color: #BB9F9C; }
a { background-color: rgb(187,159,156); }
div.DivClassName
{
background-color: #BB9F9C;
}
.BgClassName
{
background-color: #BB9F9C;
}
</style>
border-color css
<style>
span { border-color: #BB9F9C; }
span { border-color: rgb(187,159,156); }
td.TdClassName
{
border-color: #BB9F9C;
}
.TagClassName
{
border-color: #BB9F9C;
}
</style>