Shades of Tiara #B9BFBD
Tints of Tiara #B9BFBD
RGB
CMYK
RGB Variations
Color information
#B9BFBD (or 0xB9BFBD) is known color: Tiara. HEX triplet: B9, BF and BD. RGB value is (185,191,189). Sum of RGB (Red+Green+Blue) = 185+191+189=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFBD is #464042. Grayscale: #BCBCBC. Windows color (decimal): -4603971 or 12435385. OLE color: 12435385.
HSL color Cylindrical-coordinate representation of color #B9BFBD: hue angle of 160º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B9BFBD is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 191 | 189 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.25 |
| HSL | 160º | 0.04% | 0.74% | - |
| HSV(B) | 160º | 0.03% | 0.75% | - |
| XYZ | 47.82 | 51.25 | 55.52 | - |
| YUV | 188.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 189 | 0.03 | 0 | 0.01 | 0.25 | 160 | 0.04 | 0.74 |
| Hex | B9 | BF | BD | 3 | 0 | 1 | 19 | A0 | 4 | 4A |
| Octal | 271 | 277 | 275 | 3 | 0 | 1 | 31 | 240 | 4 | 112 |
| Binary | 10111001 | 10111111 | 10111101 | 11 | 0 | 1 | 11001 | 10100000 | 100 | 1001010 |
Color Harmonies of #B9BFBD
Complementary color
Monochromatic Colors of #B9BFBD
Black with #B9BFBD
Text Example
Text Example
White with #B9BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFBD; }
p { color: rgb(185,191,189); }
H1.HeaderClassName
{
color: #B9BFBD;
}
.AnyTagClassName
{
color: #B9BFBD;
}
</style>
background-color css
<style>
a { background-color: #B9BFBD; }
a { background-color: rgb(185,191,189); }
div.DivClassName
{
background-color: #B9BFBD;
}
.BgClassName
{
background-color: #B9BFBD;
}
</style>
border-color css
<style>
span { border-color: #B9BFBD; }
span { border-color: rgb(185,191,189); }
td.TdClassName
{
border-color: #B9BFBD;
}
.TagClassName
{
border-color: #B9BFBD;
}
</style>