Shades of Nebula #BCC8C0
Tints of Nebula #BCC8C0
RGB
CMYK
RGB Variations
Color information
#BCC8C0 (or 0xBCC8C0) is known color: Nebula. HEX triplet: BC, C8 and C0. RGB value is (188,200,192). Sum of RGB (Red+Green+Blue) = 188+200+192=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8C0 is #43373F. Grayscale: #C3C3C3. Windows color (decimal): -4405056 or 12634300. OLE color: 12634300.
HSL color Cylindrical-coordinate representation of color #BCC8C0: hue angle of 140º degrees, saturation: 0.1, 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 #BCC8C0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 192 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.22 |
| HSL | 140º | 0.1% | 0.76% | - |
| HSV(B) | 140º | 0.06% | 0.78% | - |
| XYZ | 50.91 | 55.81 | 57.96 | - |
| YUV | 195.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 192 | 0.06 | 0 | 0.04 | 0.22 | 140 | 0.1 | 0.76 |
| Hex | BC | C8 | C0 | 6 | 0 | 4 | 16 | 8C | A | 4C |
| Octal | 274 | 310 | 300 | 6 | 0 | 4 | 26 | 214 | 12 | 114 |
| Binary | 10111100 | 11001000 | 11000000 | 110 | 0 | 100 | 10110 | 10001100 | 1010 | 1001100 |
Color Harmonies of #BCC8C0
Complementary color
Monochromatic Colors of #BCC8C0
Black with #BCC8C0
Text Example
Text Example
White with #BCC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8C0; }
p { color: rgb(188,200,192); }
H1.HeaderClassName
{
color: #BCC8C0;
}
.AnyTagClassName
{
color: #BCC8C0;
}
</style>
background-color css
<style>
a { background-color: #BCC8C0; }
a { background-color: rgb(188,200,192); }
div.DivClassName
{
background-color: #BCC8C0;
}
.BgClassName
{
background-color: #BCC8C0;
}
</style>
border-color css
<style>
span { border-color: #BCC8C0; }
span { border-color: rgb(188,200,192); }
td.TdClassName
{
border-color: #BCC8C0;
}
.TagClassName
{
border-color: #BCC8C0;
}
</style>