Shades of Nebula #BCC5C0
Tints of Nebula #BCC5C0
RGB
CMYK
RGB Variations
Color information
#BCC5C0 (or 0xBCC5C0) is known color: Nebula. HEX triplet: BC, C5 and C0. RGB value is (188,197,192). Sum of RGB (Red+Green+Blue) = 188+197+192=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5C0 is #433A3F. Grayscale: #C1C1C1. Windows color (decimal): -4405824 or 12633532. OLE color: 12633532.
HSL color Cylindrical-coordinate representation of color #BCC5C0: hue angle of 146.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCC5C0 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 192 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.23 |
| HSL | 146.67º | 0.07% | 0.75% | - |
| HSV(B) | 146.67º | 0.05% | 0.77% | - |
| XYZ | 50.22 | 54.43 | 57.73 | - |
| YUV | 193.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 192 | 0.05 | 0 | 0.03 | 0.23 | 146.67 | 0.07 | 0.75 |
| Hex | BC | C5 | C0 | 5 | 0 | 3 | 17 | 93 | 7 | 4B |
| Octal | 274 | 305 | 300 | 5 | 0 | 3 | 27 | 223 | 7 | 113 |
| Binary | 10111100 | 11000101 | 11000000 | 101 | 0 | 11 | 10111 | 10010011 | 111 | 1001011 |
Color Harmonies of #BCC5C0
Complementary color
Monochromatic Colors of #BCC5C0
Black with #BCC5C0
Text Example
Text Example
White with #BCC5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5C0; }
p { color: rgb(188,197,192); }
H1.HeaderClassName
{
color: #BCC5C0;
}
.AnyTagClassName
{
color: #BCC5C0;
}
</style>
background-color css
<style>
a { background-color: #BCC5C0; }
a { background-color: rgb(188,197,192); }
div.DivClassName
{
background-color: #BCC5C0;
}
.BgClassName
{
background-color: #BCC5C0;
}
</style>
border-color css
<style>
span { border-color: #BCC5C0; }
span { border-color: rgb(188,197,192); }
td.TdClassName
{
border-color: #BCC5C0;
}
.TagClassName
{
border-color: #BCC5C0;
}
</style>