Shades of Nebula #B8BCB9
Tints of Nebula #B8BCB9
RGB
CMYK
RGB Variations
Color information
#B8BCB9 (or 0xB8BCB9) is known color: Nebula. HEX triplet: B8, BC and B9. RGB value is (184,188,185). Sum of RGB (Red+Green+Blue) = 184+188+185=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCB9 is #474346. Grayscale: #BABABA. Windows color (decimal): -4670279 or 12172472. OLE color: 12172472.
HSL color Cylindrical-coordinate representation of color #B8BCB9: hue angle of 135º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B8BCB9 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 184 | 188 | 185 | - |
CMYK | 0.02 | 0 | 0.02 | 0.26 |
HSL | 135º | 0.03% | 0.73% | - |
HSV(B) | 135º | 0.02% | 0.74% | - |
XYZ | 46.51 | 49.66 | 53.03 | - |
YUV | 186.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 188 | 185 | 0.02 | 0 | 0.02 | 0.26 | 135 | 0.03 | 0.73 |
Hex | B8 | BC | B9 | 2 | 0 | 2 | 1A | 87 | 3 | 49 |
Octal | 270 | 274 | 271 | 2 | 0 | 2 | 32 | 207 | 3 | 111 |
Binary | 10111000 | 10111100 | 10111001 | 10 | 0 | 10 | 11010 | 10000111 | 11 | 1001001 |
Color Harmonies of #B8BCB9
Complementary color
Monochromatic Colors of #B8BCB9
Black with #B8BCB9
Text Example
Text Example
White with #B8BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCB9; }
p { color: rgb(184,188,185); }
H1.HeaderClassName
{
color: #B8BCB9;
}
.AnyTagClassName
{
color: #B8BCB9;
}
</style>
background-color css
<style>
a { background-color: #B8BCB9; }
a { background-color: rgb(184,188,185); }
div.DivClassName
{
background-color: #B8BCB9;
}
.BgClassName
{
background-color: #B8BCB9;
}
</style>
border-color css
<style>
span { border-color: #B8BCB9; }
span { border-color: rgb(184,188,185); }
td.TdClassName
{
border-color: #B8BCB9;
}
.TagClassName
{
border-color: #B8BCB9;
}
</style>