Shades of Nebula #BBC3BD
Tints of Nebula #BBC3BD
RGB
CMYK
RGB Variations
Color information
#BBC3BD (or 0xBBC3BD) is known color: Nebula. HEX triplet: BB, C3 and BD. RGB value is (187,195,189). Sum of RGB (Red+Green+Blue) = 187+195+189=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3BD is #443C42. Grayscale: #BFBFBF. Windows color (decimal): -4471875 or 12436411. OLE color: 12436411.
HSL color Cylindrical-coordinate representation of color #BBC3BD: hue angle of 135º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBC3BD is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 189 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.24 |
| HSL | 135º | 0.06% | 0.75% | - |
| HSV(B) | 135º | 0.04% | 0.76% | - |
| XYZ | 49.19 | 53.27 | 55.83 | - |
| YUV | 191.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 189 | 0.04 | 0 | 0.03 | 0.24 | 135 | 0.06 | 0.75 |
| Hex | BB | C3 | BD | 4 | 0 | 3 | 18 | 87 | 6 | 4B |
| Octal | 273 | 303 | 275 | 4 | 0 | 3 | 30 | 207 | 6 | 113 |
| Binary | 10111011 | 11000011 | 10111101 | 100 | 0 | 11 | 11000 | 10000111 | 110 | 1001011 |
Color Harmonies of #BBC3BD
Complementary color
Monochromatic Colors of #BBC3BD
Black with #BBC3BD
Text Example
Text Example
White with #BBC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3BD; }
p { color: rgb(187,195,189); }
H1.HeaderClassName
{
color: #BBC3BD;
}
.AnyTagClassName
{
color: #BBC3BD;
}
</style>
background-color css
<style>
a { background-color: #BBC3BD; }
a { background-color: rgb(187,195,189); }
div.DivClassName
{
background-color: #BBC3BD;
}
.BgClassName
{
background-color: #BBC3BD;
}
</style>
border-color css
<style>
span { border-color: #BBC3BD; }
span { border-color: rgb(187,195,189); }
td.TdClassName
{
border-color: #BBC3BD;
}
.TagClassName
{
border-color: #BBC3BD;
}
</style>