Shades of Nebula #B9BEBB
Tints of Nebula #B9BEBB
RGB
CMYK
RGB Variations
Color information
#B9BEBB (or 0xB9BEBB) is known color: Nebula. HEX triplet: B9, BE and BB. RGB value is (185,190,187). Sum of RGB (Red+Green+Blue) = 185+190+187=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEBB is #464144. Grayscale: #BCBCBC. Windows color (decimal): -4604229 or 12304057. OLE color: 12304057.
HSL color Cylindrical-coordinate representation of color #B9BEBB: hue angle of 144º 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 #B9BEBB is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 190 | 187 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.25 |
| HSL | 144º | 0.04% | 0.74% | - |
| HSV(B) | 144º | 0.03% | 0.75% | - |
| XYZ | 47.39 | 50.73 | 54.31 | - |
| YUV | 188.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 190 | 187 | 0.03 | 0 | 0.02 | 0.25 | 144 | 0.04 | 0.74 |
| Hex | B9 | BE | BB | 3 | 0 | 2 | 19 | 90 | 4 | 4A |
| Octal | 271 | 276 | 273 | 3 | 0 | 2 | 31 | 220 | 4 | 112 |
| Binary | 10111001 | 10111110 | 10111011 | 11 | 0 | 10 | 11001 | 10010000 | 100 | 1001010 |
Color Harmonies of #B9BEBB
Complementary color
Monochromatic Colors of #B9BEBB
Black with #B9BEBB
Text Example
Text Example
White with #B9BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BEBB; }
p { color: rgb(185,190,187); }
H1.HeaderClassName
{
color: #B9BEBB;
}
.AnyTagClassName
{
color: #B9BEBB;
}
</style>
background-color css
<style>
a { background-color: #B9BEBB; }
a { background-color: rgb(185,190,187); }
div.DivClassName
{
background-color: #B9BEBB;
}
.BgClassName
{
background-color: #B9BEBB;
}
</style>
border-color css
<style>
span { border-color: #B9BEBB; }
span { border-color: rgb(185,190,187); }
td.TdClassName
{
border-color: #B9BEBB;
}
.TagClassName
{
border-color: #B9BEBB;
}
</style>