Shades of Nebula #B8BFBA
Tints of Nebula #B8BFBA
RGB
CMYK
RGB Variations
Color information
#B8BFBA (or 0xB8BFBA) is known color: Nebula. HEX triplet: B8, BF and BA. RGB value is (184,191,186). Sum of RGB (Red+Green+Blue) = 184+191+186=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BFBA is #474045. Grayscale: #BCBCBC. Windows color (decimal): -4669510 or 12238776. OLE color: 12238776.
HSL color Cylindrical-coordinate representation of color #B8BFBA: hue angle of 137.14º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B8BFBA is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 191 | 186 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.25 |
| HSL | 137.14º | 0.05% | 0.74% | - |
| HSV(B) | 137.14º | 0.04% | 0.75% | - |
| XYZ | 47.26 | 51 | 53.81 | - |
| YUV | 188.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 186 | 0.04 | 0 | 0.03 | 0.25 | 137.14 | 0.05 | 0.74 |
| Hex | B8 | BF | BA | 4 | 0 | 3 | 19 | 89 | 5 | 4A |
| Octal | 270 | 277 | 272 | 4 | 0 | 3 | 31 | 211 | 5 | 112 |
| Binary | 10111000 | 10111111 | 10111010 | 100 | 0 | 11 | 11001 | 10001001 | 101 | 1001010 |
Color Harmonies of #B8BFBA
Complementary color
Monochromatic Colors of #B8BFBA
Black with #B8BFBA
Text Example
Text Example
White with #B8BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BFBA; }
p { color: rgb(184,191,186); }
H1.HeaderClassName
{
color: #B8BFBA;
}
.AnyTagClassName
{
color: #B8BFBA;
}
</style>
background-color css
<style>
a { background-color: #B8BFBA; }
a { background-color: rgb(184,191,186); }
div.DivClassName
{
background-color: #B8BFBA;
}
.BgClassName
{
background-color: #B8BFBA;
}
</style>
border-color css
<style>
span { border-color: #B8BFBA; }
span { border-color: rgb(184,191,186); }
td.TdClassName
{
border-color: #B8BFBA;
}
.TagClassName
{
border-color: #B8BFBA;
}
</style>