Shades of Nebula #BBC6BE
Tints of Nebula #BBC6BE
RGB
CMYK
RGB Variations
Color information
#BBC6BE (or 0xBBC6BE) is known color: Nebula. HEX triplet: BB, C6 and BE. RGB value is (187,198,190). Sum of RGB (Red+Green+Blue) = 187+198+190=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6BE is #443941. Grayscale: #C1C1C1. Windows color (decimal): -4471106 or 12502715. OLE color: 12502715.
HSL color Cylindrical-coordinate representation of color #BBC6BE: hue angle of 136.36º 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 #BBC6BE is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 190 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.22 |
| HSL | 136.36º | 0.09% | 0.75% | - |
| HSV(B) | 136.36º | 0.06% | 0.78% | - |
| XYZ | 49.98 | 54.67 | 56.63 | - |
| YUV | 193.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 190 | 0.06 | 0 | 0.04 | 0.22 | 136.36 | 0.09 | 0.75 |
| Hex | BB | C6 | BE | 6 | 0 | 4 | 16 | 88 | 9 | 4B |
| Octal | 273 | 306 | 276 | 6 | 0 | 4 | 26 | 210 | 11 | 113 |
| Binary | 10111011 | 11000110 | 10111110 | 110 | 0 | 100 | 10110 | 10001000 | 1001 | 1001011 |
Color Harmonies of #BBC6BE
Complementary color
Monochromatic Colors of #BBC6BE
Black with #BBC6BE
Text Example
Text Example
White with #BBC6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6BE; }
p { color: rgb(187,198,190); }
H1.HeaderClassName
{
color: #BBC6BE;
}
.AnyTagClassName
{
color: #BBC6BE;
}
</style>
background-color css
<style>
a { background-color: #BBC6BE; }
a { background-color: rgb(187,198,190); }
div.DivClassName
{
background-color: #BBC6BE;
}
.BgClassName
{
background-color: #BBC6BE;
}
</style>
border-color css
<style>
span { border-color: #BBC6BE; }
span { border-color: rgb(187,198,190); }
td.TdClassName
{
border-color: #BBC6BE;
}
.TagClassName
{
border-color: #BBC6BE;
}
</style>