Shades of Nebula #BBC8C0
Tints of Nebula #BBC8C0
RGB
CMYK
RGB Variations
Color information
#BBC8C0 (or 0xBBC8C0) is known color: Nebula. HEX triplet: BB, C8 and C0. RGB value is (187,200,192). Sum of RGB (Red+Green+Blue) = 187+200+192=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8C0 is #44373F. Grayscale: #C3C3C3. Windows color (decimal): -4470592 or 12634299. OLE color: 12634299.
HSL color Cylindrical-coordinate representation of color #BBC8C0: hue angle of 143.08º 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 #BBC8C0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
RGB | 187 | 200 | 192 | - |
CMYK | 0.06 | 0 | 0.04 | 0.22 |
HSL | 143.08º | 0.11% | 0.76% | - |
HSV(B) | 143.08º | 0.07% | 0.78% | - |
XYZ | 50.66 | 55.68 | 57.95 | - |
YUV | 195.2 | 126.19 | 122.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 200 | 192 | 0.06 | 0 | 0.04 | 0.22 | 143.08 | 0.11 | 0.76 |
Hex | BB | C8 | C0 | 6 | 0 | 4 | 16 | 8F | B | 4C |
Octal | 273 | 310 | 300 | 6 | 0 | 4 | 26 | 217 | 13 | 114 |
Binary | 10111011 | 11001000 | 11000000 | 110 | 0 | 100 | 10110 | 10001111 | 1011 | 1001100 |
Color Harmonies of #BBC8C0
Complementary color
Monochromatic Colors of #BBC8C0
Black with #BBC8C0
Text Example
Text Example
White with #BBC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8C0; }
p { color: rgb(187,200,192); }
H1.HeaderClassName
{
color: #BBC8C0;
}
.AnyTagClassName
{
color: #BBC8C0;
}
</style>
background-color css
<style>
a { background-color: #BBC8C0; }
a { background-color: rgb(187,200,192); }
div.DivClassName
{
background-color: #BBC8C0;
}
.BgClassName
{
background-color: #BBC8C0;
}
</style>
border-color css
<style>
span { border-color: #BBC8C0; }
span { border-color: rgb(187,200,192); }
td.TdClassName
{
border-color: #BBC8C0;
}
.TagClassName
{
border-color: #BBC8C0;
}
</style>