Shades of Nebula #BBC6BF
Tints of Nebula #BBC6BF
RGB
CMYK
RGB Variations
Color information
#BBC6BF (or 0xBBC6BF) is known color: Nebula. HEX triplet: BB, C6 and BF. RGB value is (187,198,191). Sum of RGB (Red+Green+Blue) = 187+198+191=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6BF is #443940. Grayscale: #C1C1C1. Windows color (decimal): -4471105 or 12568251. OLE color: 12568251.
HSL color Cylindrical-coordinate representation of color #BBC6BF: hue angle of 141.82º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC6BF is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 191 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.22 |
| HSL | 141.82º | 0.09% | 0.75% | - |
| HSV(B) | 141.82º | 0.06% | 0.78% | - |
| XYZ | 50.09 | 54.71 | 57.21 | - |
| YUV | 193.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 191 | 0.06 | 0 | 0.04 | 0.22 | 141.82 | 0.09 | 0.75 |
| Hex | BB | C6 | BF | 6 | 0 | 4 | 16 | 8E | 9 | 4B |
| Octal | 273 | 306 | 277 | 6 | 0 | 4 | 26 | 216 | 11 | 113 |
| Binary | 10111011 | 11000110 | 10111111 | 110 | 0 | 100 | 10110 | 10001110 | 1001 | 1001011 |
Color Harmonies of #BBC6BF
Complementary color
Monochromatic Colors of #BBC6BF
Black with #BBC6BF
Text Example
Text Example
White with #BBC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6BF; }
p { color: rgb(187,198,191); }
H1.HeaderClassName
{
color: #BBC6BF;
}
.AnyTagClassName
{
color: #BBC6BF;
}
</style>
background-color css
<style>
a { background-color: #BBC6BF; }
a { background-color: rgb(187,198,191); }
div.DivClassName
{
background-color: #BBC6BF;
}
.BgClassName
{
background-color: #BBC6BF;
}
</style>
border-color css
<style>
span { border-color: #BBC6BF; }
span { border-color: rgb(187,198,191); }
td.TdClassName
{
border-color: #BBC6BF;
}
.TagClassName
{
border-color: #BBC6BF;
}
</style>