Shades of Nebula #BBCBC0
Tints of Nebula #BBCBC0
RGB
CMYK
RGB Variations
Color information
#BBCBC0 (or 0xBBCBC0) is known color: Nebula. HEX triplet: BB, CB and C0. RGB value is (187,203,192). Sum of RGB (Red+Green+Blue) = 187+203+192=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBC0 is #44343F. Grayscale: #C4C4C4. Windows color (decimal): -4469824 or 12635067. OLE color: 12635067.
HSL color Cylindrical-coordinate representation of color #BBCBC0: hue angle of 138.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCBC0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 203 | 192 | - |
CMYK | 0.08 | 0 | 0.05 | 0.20 |
HSL | 138.75º | 0.13% | 0.76% | - |
HSV(B) | 138.75º | 0.08% | 0.8% | - |
XYZ | 51.36 | 57.08 | 58.18 | - |
YUV | 196.96 | 125.2 | 120.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 203 | 192 | 0.08 | 0 | 0.05 | 0.20 | 138.75 | 0.13 | 0.76 |
Hex | BB | CB | C0 | 8 | 0 | 5 | 14 | 8B | D | 4C |
Octal | 273 | 313 | 300 | 10 | 0 | 5 | 24 | 213 | 15 | 114 |
Binary | 10111011 | 11001011 | 11000000 | 1000 | 0 | 101 | 10100 | 10001011 | 1101 | 1001100 |
Color Harmonies of #BBCBC0
Complementary color
Monochromatic Colors of #BBCBC0
Black with #BBCBC0
Text Example
Text Example
White with #BBCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBC0; }
p { color: rgb(187,203,192); }
H1.HeaderClassName
{
color: #BBCBC0;
}
.AnyTagClassName
{
color: #BBCBC0;
}
</style>
background-color css
<style>
a { background-color: #BBCBC0; }
a { background-color: rgb(187,203,192); }
div.DivClassName
{
background-color: #BBCBC0;
}
.BgClassName
{
background-color: #BBCBC0;
}
</style>
border-color css
<style>
span { border-color: #BBCBC0; }
span { border-color: rgb(187,203,192); }
td.TdClassName
{
border-color: #BBCBC0;
}
.TagClassName
{
border-color: #BBCBC0;
}
</style>