Shades of Nebula #BBC7BF
Tints of Nebula #BBC7BF
RGB
CMYK
RGB Variations
Color information
#BBC7BF (or 0xBBC7BF) is known color: Nebula. HEX triplet: BB, C7 and BF. RGB value is (187,199,191). Sum of RGB (Red+Green+Blue) = 187+199+191=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7BF is #443840. Grayscale: #C2C2C2. Windows color (decimal): -4470849 or 12568507. OLE color: 12568507.
HSL color Cylindrical-coordinate representation of color #BBC7BF: hue angle of 140º 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 #BBC7BF is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 191 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.22 |
| HSL | 140º | 0.1% | 0.76% | - |
| HSV(B) | 140º | 0.06% | 0.78% | - |
| XYZ | 50.32 | 55.17 | 57.29 | - |
| YUV | 194.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 191 | 0.06 | 0 | 0.04 | 0.22 | 140 | 0.1 | 0.76 |
| Hex | BB | C7 | BF | 6 | 0 | 4 | 16 | 8C | A | 4C |
| Octal | 273 | 307 | 277 | 6 | 0 | 4 | 26 | 214 | 12 | 114 |
| Binary | 10111011 | 11000111 | 10111111 | 110 | 0 | 100 | 10110 | 10001100 | 1010 | 1001100 |
Color Harmonies of #BBC7BF
Complementary color
Monochromatic Colors of #BBC7BF
Black with #BBC7BF
Text Example
Text Example
White with #BBC7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7BF; }
p { color: rgb(187,199,191); }
H1.HeaderClassName
{
color: #BBC7BF;
}
.AnyTagClassName
{
color: #BBC7BF;
}
</style>
background-color css
<style>
a { background-color: #BBC7BF; }
a { background-color: rgb(187,199,191); }
div.DivClassName
{
background-color: #BBC7BF;
}
.BgClassName
{
background-color: #BBC7BF;
}
</style>
border-color css
<style>
span { border-color: #BBC7BF; }
span { border-color: rgb(187,199,191); }
td.TdClassName
{
border-color: #BBC7BF;
}
.TagClassName
{
border-color: #BBC7BF;
}
</style>