Shades of Nebula #BCC9C0
Tints of Nebula #BCC9C0
RGB
CMYK
RGB Variations
Color information
#BCC9C0 (or 0xBCC9C0) is known color: Nebula. HEX triplet: BC, C9 and C0. RGB value is (188,201,192). Sum of RGB (Red+Green+Blue) = 188+201+192=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9C0 is #43363F. Grayscale: #C4C4C4. Windows color (decimal): -4404800 or 12634556. OLE color: 12634556.
HSL color Cylindrical-coordinate representation of color #BCC9C0: hue angle of 138.46º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC9C0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 192 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.21 |
| HSL | 138.46º | 0.11% | 0.76% | - |
| HSV(B) | 138.46º | 0.06% | 0.79% | - |
| XYZ | 51.14 | 56.27 | 58.04 | - |
| YUV | 196.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 192 | 0.06 | 0 | 0.04 | 0.21 | 138.46 | 0.11 | 0.76 |
| Hex | BC | C9 | C0 | 6 | 0 | 4 | 15 | 8A | B | 4C |
| Octal | 274 | 311 | 300 | 6 | 0 | 4 | 25 | 212 | 13 | 114 |
| Binary | 10111100 | 11001001 | 11000000 | 110 | 0 | 100 | 10101 | 10001010 | 1011 | 1001100 |
Color Harmonies of #BCC9C0
Complementary color
Monochromatic Colors of #BCC9C0
Black with #BCC9C0
Text Example
Text Example
White with #BCC9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9C0; }
p { color: rgb(188,201,192); }
H1.HeaderClassName
{
color: #BCC9C0;
}
.AnyTagClassName
{
color: #BCC9C0;
}
</style>
background-color css
<style>
a { background-color: #BCC9C0; }
a { background-color: rgb(188,201,192); }
div.DivClassName
{
background-color: #BCC9C0;
}
.BgClassName
{
background-color: #BCC9C0;
}
</style>
border-color css
<style>
span { border-color: #BCC9C0; }
span { border-color: rgb(188,201,192); }
td.TdClassName
{
border-color: #BCC9C0;
}
.TagClassName
{
border-color: #BCC9C0;
}
</style>