Shades of Tiara #B7BFBC
Tints of Tiara #B7BFBC
RGB
CMYK
RGB Variations
Color information
#B7BFBC (or 0xB7BFBC) is known color: Tiara. HEX triplet: B7, BF and BC. RGB value is (183,191,188). Sum of RGB (Red+Green+Blue) = 183+191+188=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFBC is #484043. Grayscale: #BCBCBC. Windows color (decimal): -4735044 or 12369847. OLE color: 12369847.
HSL color Cylindrical-coordinate representation of color #B7BFBC: hue angle of 157.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B7BFBC is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 191 | 188 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.25 |
| HSL | 157.5º | 0.06% | 0.73% | - |
| HSV(B) | 157.5º | 0.04% | 0.75% | - |
| XYZ | 47.24 | 50.96 | 54.92 | - |
| YUV | 188.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 188 | 0.04 | 0 | 0.02 | 0.25 | 157.5 | 0.06 | 0.73 |
| Hex | B7 | BF | BC | 4 | 0 | 2 | 19 | 9E | 6 | 49 |
| Octal | 267 | 277 | 274 | 4 | 0 | 2 | 31 | 236 | 6 | 111 |
| Binary | 10110111 | 10111111 | 10111100 | 100 | 0 | 10 | 11001 | 10011110 | 110 | 1001001 |
Color Harmonies of #B7BFBC
Complementary color
Monochromatic Colors of #B7BFBC
Black with #B7BFBC
Text Example
Text Example
White with #B7BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFBC; }
p { color: rgb(183,191,188); }
H1.HeaderClassName
{
color: #B7BFBC;
}
.AnyTagClassName
{
color: #B7BFBC;
}
</style>
background-color css
<style>
a { background-color: #B7BFBC; }
a { background-color: rgb(183,191,188); }
div.DivClassName
{
background-color: #B7BFBC;
}
.BgClassName
{
background-color: #B7BFBC;
}
</style>
border-color css
<style>
span { border-color: #B7BFBC; }
span { border-color: rgb(183,191,188); }
td.TdClassName
{
border-color: #B7BFBC;
}
.TagClassName
{
border-color: #B7BFBC;
}
</style>