Shades of Nebula #BBC2BD
Tints of Nebula #BBC2BD
RGB
CMYK
RGB Variations
Color information
#BBC2BD (or 0xBBC2BD) is known color: Nebula. HEX triplet: BB, C2 and BD. RGB value is (187,194,189). Sum of RGB (Red+Green+Blue) = 187+194+189=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2BD is #443D42. Grayscale: #BFBFBF. Windows color (decimal): -4472131 or 12436155. OLE color: 12436155.
HSL color Cylindrical-coordinate representation of color #BBC2BD: hue angle of 137.14º degrees, saturation: 0.05, 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 #BBC2BD is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 189 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.24 |
| HSL | 137.14º | 0.05% | 0.75% | - |
| HSV(B) | 137.14º | 0.04% | 0.76% | - |
| XYZ | 48.97 | 52.82 | 55.76 | - |
| YUV | 191.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 189 | 0.04 | 0 | 0.03 | 0.24 | 137.14 | 0.05 | 0.75 |
| Hex | BB | C2 | BD | 4 | 0 | 3 | 18 | 89 | 5 | 4B |
| Octal | 273 | 302 | 275 | 4 | 0 | 3 | 30 | 211 | 5 | 113 |
| Binary | 10111011 | 11000010 | 10111101 | 100 | 0 | 11 | 11000 | 10001001 | 101 | 1001011 |
Color Harmonies of #BBC2BD
Complementary color
Monochromatic Colors of #BBC2BD
Black with #BBC2BD
Text Example
Text Example
White with #BBC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2BD; }
p { color: rgb(187,194,189); }
H1.HeaderClassName
{
color: #BBC2BD;
}
.AnyTagClassName
{
color: #BBC2BD;
}
</style>
background-color css
<style>
a { background-color: #BBC2BD; }
a { background-color: rgb(187,194,189); }
div.DivClassName
{
background-color: #BBC2BD;
}
.BgClassName
{
background-color: #BBC2BD;
}
</style>
border-color css
<style>
span { border-color: #BBC2BD; }
span { border-color: rgb(187,194,189); }
td.TdClassName
{
border-color: #BBC2BD;
}
.TagClassName
{
border-color: #BBC2BD;
}
</style>