Shades of Nebula #B8C8BD
Tints of Nebula #B8C8BD
RGB
CMYK
RGB Variations
Color information
#B8C8BD (or 0xB8C8BD) is known color: Nebula. HEX triplet: B8, C8 and BD. RGB value is (184,200,189). Sum of RGB (Red+Green+Blue) = 184+200+189=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C8BD is #473742. Grayscale: #C1C1C1. Windows color (decimal): -4667203 or 12437688. OLE color: 12437688.
HSL color Cylindrical-coordinate representation of color #B8C8BD: hue angle of 138.75º 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 #B8C8BD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 200 | 189 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.22 |
| HSL | 138.75º | 0.13% | 0.75% | - |
| HSV(B) | 138.75º | 0.08% | 0.78% | - |
| XYZ | 49.61 | 55.17 | 56.18 | - |
| YUV | 193.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 189 | 0.08 | 0 | 0.06 | 0.22 | 138.75 | 0.13 | 0.75 |
| Hex | B8 | C8 | BD | 8 | 0 | 6 | 16 | 8B | D | 4B |
| Octal | 270 | 310 | 275 | 10 | 0 | 6 | 26 | 213 | 15 | 113 |
| Binary | 10111000 | 11001000 | 10111101 | 1000 | 0 | 110 | 10110 | 10001011 | 1101 | 1001011 |
Color Harmonies of #B8C8BD
Complementary color
Monochromatic Colors of #B8C8BD
Black with #B8C8BD
Text Example
Text Example
White with #B8C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C8BD; }
p { color: rgb(184,200,189); }
H1.HeaderClassName
{
color: #B8C8BD;
}
.AnyTagClassName
{
color: #B8C8BD;
}
</style>
background-color css
<style>
a { background-color: #B8C8BD; }
a { background-color: rgb(184,200,189); }
div.DivClassName
{
background-color: #B8C8BD;
}
.BgClassName
{
background-color: #B8C8BD;
}
</style>
border-color css
<style>
span { border-color: #B8C8BD; }
span { border-color: rgb(184,200,189); }
td.TdClassName
{
border-color: #B8C8BD;
}
.TagClassName
{
border-color: #B8C8BD;
}
</style>