Shades of Nebula #BBC7BE
Tints of Nebula #BBC7BE
RGB
CMYK
RGB Variations
Color information
#BBC7BE (or 0xBBC7BE) is known color: Nebula. HEX triplet: BB, C7 and BE. RGB value is (187,199,190). Sum of RGB (Red+Green+Blue) = 187+199+190=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7BE is #443841. Grayscale: #C2C2C2. Windows color (decimal): -4470850 or 12502971. OLE color: 12502971.
HSL color Cylindrical-coordinate representation of color #BBC7BE: hue angle of 135º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC7BE is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 190 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.22 |
| HSL | 135º | 0.1% | 0.76% | - |
| HSV(B) | 135º | 0.06% | 0.78% | - |
| XYZ | 50.21 | 55.13 | 56.71 | - |
| YUV | 194.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 190 | 0.06 | 0 | 0.05 | 0.22 | 135 | 0.1 | 0.76 |
| Hex | BB | C7 | BE | 6 | 0 | 5 | 16 | 87 | A | 4C |
| Octal | 273 | 307 | 276 | 6 | 0 | 5 | 26 | 207 | 12 | 114 |
| Binary | 10111011 | 11000111 | 10111110 | 110 | 0 | 101 | 10110 | 10000111 | 1010 | 1001100 |
Color Harmonies of #BBC7BE
Complementary color
Monochromatic Colors of #BBC7BE
Black with #BBC7BE
Text Example
Text Example
White with #BBC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7BE; }
p { color: rgb(187,199,190); }
H1.HeaderClassName
{
color: #BBC7BE;
}
.AnyTagClassName
{
color: #BBC7BE;
}
</style>
background-color css
<style>
a { background-color: #BBC7BE; }
a { background-color: rgb(187,199,190); }
div.DivClassName
{
background-color: #BBC7BE;
}
.BgClassName
{
background-color: #BBC7BE;
}
</style>
border-color css
<style>
span { border-color: #BBC7BE; }
span { border-color: rgb(187,199,190); }
td.TdClassName
{
border-color: #BBC7BE;
}
.TagClassName
{
border-color: #BBC7BE;
}
</style>