Shades of Nebula #B7BFBA
Tints of Nebula #B7BFBA
RGB
CMYK
RGB Variations
Color information
#B7BFBA (or 0xB7BFBA) is known color: Nebula. HEX triplet: B7, BF and BA. RGB value is (183,191,186). Sum of RGB (Red+Green+Blue) = 183+191+186=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFBA is #484045. Grayscale: #BCBCBC. Windows color (decimal): -4735046 or 12238775. OLE color: 12238775.
HSL color Cylindrical-coordinate representation of color #B7BFBA: hue angle of 142.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 #B7BFBA is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 191 | 186 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.25 |
| HSL | 142.5º | 0.06% | 0.73% | - |
| HSV(B) | 142.5º | 0.04% | 0.75% | - |
| XYZ | 47.02 | 50.87 | 53.8 | - |
| YUV | 188.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 186 | 0.04 | 0 | 0.03 | 0.25 | 142.5 | 0.06 | 0.73 |
| Hex | B7 | BF | BA | 4 | 0 | 3 | 19 | 8E | 6 | 49 |
| Octal | 267 | 277 | 272 | 4 | 0 | 3 | 31 | 216 | 6 | 111 |
| Binary | 10110111 | 10111111 | 10111010 | 100 | 0 | 11 | 11001 | 10001110 | 110 | 1001001 |
Color Harmonies of #B7BFBA
Complementary color
Monochromatic Colors of #B7BFBA
Black with #B7BFBA
Text Example
Text Example
White with #B7BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFBA; }
p { color: rgb(183,191,186); }
H1.HeaderClassName
{
color: #B7BFBA;
}
.AnyTagClassName
{
color: #B7BFBA;
}
</style>
background-color css
<style>
a { background-color: #B7BFBA; }
a { background-color: rgb(183,191,186); }
div.DivClassName
{
background-color: #B7BFBA;
}
.BgClassName
{
background-color: #B7BFBA;
}
</style>
border-color css
<style>
span { border-color: #B7BFBA; }
span { border-color: rgb(183,191,186); }
td.TdClassName
{
border-color: #B7BFBA;
}
.TagClassName
{
border-color: #B7BFBA;
}
</style>