Shades of Nebula #B5BCB7
Tints of Nebula #B5BCB7
RGB
CMYK
RGB Variations
Color information
#B5BCB7 (or 0xB5BCB7) is known color: Nebula. HEX triplet: B5, BC and B7. RGB value is (181,188,183). Sum of RGB (Red+Green+Blue) = 181+188+183=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCB7 is #4A4348. Grayscale: #B9B9B9. Windows color (decimal): -4866889 or 12041397. OLE color: 12041397.
HSL color Cylindrical-coordinate representation of color #B5BCB7: hue angle of 137.14º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5BCB7 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 181 | 188 | 183 | - |
CMYK | 0.04 | 0 | 0.03 | 0.26 |
HSL | 137.14º | 0.05% | 0.72% | - |
HSV(B) | 137.14º | 0.04% | 0.74% | - |
XYZ | 45.59 | 49.21 | 51.9 | - |
YUV | 185.34 | 126.68 | 124.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 188 | 183 | 0.04 | 0 | 0.03 | 0.26 | 137.14 | 0.05 | 0.72 |
Hex | B5 | BC | B7 | 4 | 0 | 3 | 1A | 89 | 5 | 48 |
Octal | 265 | 274 | 267 | 4 | 0 | 3 | 32 | 211 | 5 | 110 |
Binary | 10110101 | 10111100 | 10110111 | 100 | 0 | 11 | 11010 | 10001001 | 101 | 1001000 |
Color Harmonies of #B5BCB7
Complementary color
Monochromatic Colors of #B5BCB7
Black with #B5BCB7
Text Example
Text Example
White with #B5BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCB7; }
p { color: rgb(181,188,183); }
H1.HeaderClassName
{
color: #B5BCB7;
}
.AnyTagClassName
{
color: #B5BCB7;
}
</style>
background-color css
<style>
a { background-color: #B5BCB7; }
a { background-color: rgb(181,188,183); }
div.DivClassName
{
background-color: #B5BCB7;
}
.BgClassName
{
background-color: #B5BCB7;
}
</style>
border-color css
<style>
span { border-color: #B5BCB7; }
span { border-color: rgb(181,188,183); }
td.TdClassName
{
border-color: #B5BCB7;
}
.TagClassName
{
border-color: #B5BCB7;
}
</style>