Shades of Nebula #B7C8BD
Tints of Nebula #B7C8BD
RGB
CMYK
RGB Variations
Color information
#B7C8BD (or 0xB7C8BD) is known color: Nebula. HEX triplet: B7, C8 and BD. RGB value is (183,200,189). Sum of RGB (Red+Green+Blue) = 183+200+189=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C8BD is #483742. Grayscale: #C1C1C1. Windows color (decimal): -4732739 or 12437687. OLE color: 12437687.
HSL color Cylindrical-coordinate representation of color #B7C8BD: hue angle of 141.18º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7C8BD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 200 | 189 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.22 |
| HSL | 141.18º | 0.13% | 0.75% | - |
| HSV(B) | 141.18º | 0.08% | 0.78% | - |
| XYZ | 49.37 | 55.05 | 56.17 | - |
| YUV | 193.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 200 | 189 | 0.08 | 0 | 0.06 | 0.22 | 141.18 | 0.13 | 0.75 |
| Hex | B7 | C8 | BD | 8 | 0 | 6 | 16 | 8D | D | 4B |
| Octal | 267 | 310 | 275 | 10 | 0 | 6 | 26 | 215 | 15 | 113 |
| Binary | 10110111 | 11001000 | 10111101 | 1000 | 0 | 110 | 10110 | 10001101 | 1101 | 1001011 |
Color Harmonies of #B7C8BD
Complementary color
Monochromatic Colors of #B7C8BD
Black with #B7C8BD
Text Example
Text Example
White with #B7C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C8BD; }
p { color: rgb(183,200,189); }
H1.HeaderClassName
{
color: #B7C8BD;
}
.AnyTagClassName
{
color: #B7C8BD;
}
</style>
background-color css
<style>
a { background-color: #B7C8BD; }
a { background-color: rgb(183,200,189); }
div.DivClassName
{
background-color: #B7C8BD;
}
.BgClassName
{
background-color: #B7C8BD;
}
</style>
border-color css
<style>
span { border-color: #B7C8BD; }
span { border-color: rgb(183,200,189); }
td.TdClassName
{
border-color: #B7C8BD;
}
.TagClassName
{
border-color: #B7C8BD;
}
</style>