Shades of Nebula #BBC0BD
Tints of Nebula #BBC0BD
RGB
CMYK
RGB Variations
Color information
#BBC0BD (or 0xBBC0BD) is known color: Nebula. HEX triplet: BB, C0 and BD. RGB value is (187,192,189). Sum of RGB (Red+Green+Blue) = 187+192+189=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0BD is #443F42. Grayscale: #BEBEBE. Windows color (decimal): -4472643 or 12435643. OLE color: 12435643.
HSL color Cylindrical-coordinate representation of color #BBC0BD: 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 #BBC0BD is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 189 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.25 |
| HSL | 144º | 0.04% | 0.74% | - |
| HSV(B) | 144º | 0.03% | 0.75% | - |
| XYZ | 48.53 | 51.94 | 55.61 | - |
| YUV | 190.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 189 | 0.03 | 0 | 0.02 | 0.25 | 144 | 0.04 | 0.74 |
| Hex | BB | C0 | BD | 3 | 0 | 2 | 19 | 90 | 4 | 4A |
| Octal | 273 | 300 | 275 | 3 | 0 | 2 | 31 | 220 | 4 | 112 |
| Binary | 10111011 | 11000000 | 10111101 | 11 | 0 | 10 | 11001 | 10010000 | 100 | 1001010 |
Color Harmonies of #BBC0BD
Complementary color
Monochromatic Colors of #BBC0BD
Black with #BBC0BD
Text Example
Text Example
White with #BBC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0BD; }
p { color: rgb(187,192,189); }
H1.HeaderClassName
{
color: #BBC0BD;
}
.AnyTagClassName
{
color: #BBC0BD;
}
</style>
background-color css
<style>
a { background-color: #BBC0BD; }
a { background-color: rgb(187,192,189); }
div.DivClassName
{
background-color: #BBC0BD;
}
.BgClassName
{
background-color: #BBC0BD;
}
</style>
border-color css
<style>
span { border-color: #BBC0BD; }
span { border-color: rgb(187,192,189); }
td.TdClassName
{
border-color: #BBC0BD;
}
.TagClassName
{
border-color: #BBC0BD;
}
</style>