Shades of Nebula #BBC8C1
Tints of Nebula #BBC8C1
RGB
CMYK
RGB Variations
Color information
#BBC8C1 (or 0xBBC8C1) is known color: Nebula. HEX triplet: BB, C8 and C1. RGB value is (187,200,193). Sum of RGB (Red+Green+Blue) = 187+200+193=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8C1 is #44373E. Grayscale: #C3C3C3. Windows color (decimal): -4470591 or 12699835. OLE color: 12699835.
HSL color Cylindrical-coordinate representation of color #BBC8C1: hue angle of 147.69º degrees, saturation: 0.11, 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 #BBC8C1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 193 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.22 |
| HSL | 147.69º | 0.11% | 0.76% | - |
| HSV(B) | 147.69º | 0.07% | 0.78% | - |
| XYZ | 50.77 | 55.72 | 58.53 | - |
| YUV | 195.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 193 | 0.06 | 0 | 0.04 | 0.22 | 147.69 | 0.11 | 0.76 |
| Hex | BB | C8 | C1 | 6 | 0 | 4 | 16 | 94 | B | 4C |
| Octal | 273 | 310 | 301 | 6 | 0 | 4 | 26 | 224 | 13 | 114 |
| Binary | 10111011 | 11001000 | 11000001 | 110 | 0 | 100 | 10110 | 10010100 | 1011 | 1001100 |
Color Harmonies of #BBC8C1
Complementary color
Monochromatic Colors of #BBC8C1
Black with #BBC8C1
Text Example
Text Example
White with #BBC8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8C1; }
p { color: rgb(187,200,193); }
H1.HeaderClassName
{
color: #BBC8C1;
}
.AnyTagClassName
{
color: #BBC8C1;
}
</style>
background-color css
<style>
a { background-color: #BBC8C1; }
a { background-color: rgb(187,200,193); }
div.DivClassName
{
background-color: #BBC8C1;
}
.BgClassName
{
background-color: #BBC8C1;
}
</style>
border-color css
<style>
span { border-color: #BBC8C1; }
span { border-color: rgb(187,200,193); }
td.TdClassName
{
border-color: #BBC8C1;
}
.TagClassName
{
border-color: #BBC8C1;
}
</style>