Shades of Nebula #BBC9C1
Tints of Nebula #BBC9C1
RGB
CMYK
RGB Variations
Color information
#BBC9C1 (or 0xBBC9C1) is known color: Nebula. HEX triplet: BB, C9 and C1. RGB value is (187,201,193). Sum of RGB (Red+Green+Blue) = 187+201+193=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9C1 is #44363E. Grayscale: #C3C3C3. Windows color (decimal): -4470335 or 12700091. OLE color: 12700091.
HSL color Cylindrical-coordinate representation of color #BBC9C1: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC9C1 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 193 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.21 |
| HSL | 145.71º | 0.11% | 0.76% | - |
| HSV(B) | 145.71º | 0.07% | 0.79% | - |
| XYZ | 51.01 | 56.19 | 58.61 | - |
| YUV | 195.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 193 | 0.07 | 0 | 0.04 | 0.21 | 145.71 | 0.11 | 0.76 |
| Hex | BB | C9 | C1 | 7 | 0 | 4 | 15 | 92 | B | 4C |
| Octal | 273 | 311 | 301 | 7 | 0 | 4 | 25 | 222 | 13 | 114 |
| Binary | 10111011 | 11001001 | 11000001 | 111 | 0 | 100 | 10101 | 10010010 | 1011 | 1001100 |
Color Harmonies of #BBC9C1
Complementary color
Monochromatic Colors of #BBC9C1
Black with #BBC9C1
Text Example
Text Example
White with #BBC9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9C1; }
p { color: rgb(187,201,193); }
H1.HeaderClassName
{
color: #BBC9C1;
}
.AnyTagClassName
{
color: #BBC9C1;
}
</style>
background-color css
<style>
a { background-color: #BBC9C1; }
a { background-color: rgb(187,201,193); }
div.DivClassName
{
background-color: #BBC9C1;
}
.BgClassName
{
background-color: #BBC9C1;
}
</style>
border-color css
<style>
span { border-color: #BBC9C1; }
span { border-color: rgb(187,201,193); }
td.TdClassName
{
border-color: #BBC9C1;
}
.TagClassName
{
border-color: #BBC9C1;
}
</style>