Shades of Nebula #BCC9C1
Tints of Nebula #BCC9C1
RGB
CMYK
RGB Variations
Color information
#BCC9C1 (or 0xBCC9C1) is known color: Nebula. HEX triplet: BC, C9 and C1. RGB value is (188,201,193). Sum of RGB (Red+Green+Blue) = 188+201+193=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9C1 is #43363E. Grayscale: #C4C4C4. Windows color (decimal): -4404799 or 12700092. OLE color: 12700092.
HSL color Cylindrical-coordinate representation of color #BCC9C1: hue angle of 143.08º 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 #BCC9C1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 193 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.21 |
| HSL | 143.08º | 0.11% | 0.76% | - |
| HSV(B) | 143.08º | 0.06% | 0.79% | - |
| XYZ | 51.25 | 56.31 | 58.62 | - |
| YUV | 196.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 193 | 0.06 | 0 | 0.04 | 0.21 | 143.08 | 0.11 | 0.76 |
| Hex | BC | C9 | C1 | 6 | 0 | 4 | 15 | 8F | B | 4C |
| Octal | 274 | 311 | 301 | 6 | 0 | 4 | 25 | 217 | 13 | 114 |
| Binary | 10111100 | 11001001 | 11000001 | 110 | 0 | 100 | 10101 | 10001111 | 1011 | 1001100 |
Color Harmonies of #BCC9C1
Complementary color
Monochromatic Colors of #BCC9C1
Black with #BCC9C1
Text Example
Text Example
White with #BCC9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9C1; }
p { color: rgb(188,201,193); }
H1.HeaderClassName
{
color: #BCC9C1;
}
.AnyTagClassName
{
color: #BCC9C1;
}
</style>
background-color css
<style>
a { background-color: #BCC9C1; }
a { background-color: rgb(188,201,193); }
div.DivClassName
{
background-color: #BCC9C1;
}
.BgClassName
{
background-color: #BCC9C1;
}
</style>
border-color css
<style>
span { border-color: #BCC9C1; }
span { border-color: rgb(188,201,193); }
td.TdClassName
{
border-color: #BCC9C1;
}
.TagClassName
{
border-color: #BCC9C1;
}
</style>