Shades of Nebula #BCC5BF
Tints of Nebula #BCC5BF
RGB
CMYK
RGB Variations
Color information
#BCC5BF (or 0xBCC5BF) is known color: Nebula. HEX triplet: BC, C5 and BF. RGB value is (188,197,191). Sum of RGB (Red+Green+Blue) = 188+197+191=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5BF is #433A40. Grayscale: #C1C1C1. Windows color (decimal): -4405825 or 12567996. OLE color: 12567996.
HSL color Cylindrical-coordinate representation of color #BCC5BF: hue angle of 140º 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 #BCC5BF is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 191 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.23 |
| HSL | 140º | 0.07% | 0.75% | - |
| HSV(B) | 140º | 0.05% | 0.77% | - |
| XYZ | 50.11 | 54.39 | 57.15 | - |
| YUV | 193.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 191 | 0.05 | 0 | 0.03 | 0.23 | 140 | 0.07 | 0.75 |
| Hex | BC | C5 | BF | 5 | 0 | 3 | 17 | 8C | 7 | 4B |
| Octal | 274 | 305 | 277 | 5 | 0 | 3 | 27 | 214 | 7 | 113 |
| Binary | 10111100 | 11000101 | 10111111 | 101 | 0 | 11 | 10111 | 10001100 | 111 | 1001011 |
Color Harmonies of #BCC5BF
Complementary color
Monochromatic Colors of #BCC5BF
Black with #BCC5BF
Text Example
Text Example
White with #BCC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC5BF; }
p { color: rgb(188,197,191); }
H1.HeaderClassName
{
color: #BCC5BF;
}
.AnyTagClassName
{
color: #BCC5BF;
}
</style>
background-color css
<style>
a { background-color: #BCC5BF; }
a { background-color: rgb(188,197,191); }
div.DivClassName
{
background-color: #BCC5BF;
}
.BgClassName
{
background-color: #BCC5BF;
}
</style>
border-color css
<style>
span { border-color: #BCC5BF; }
span { border-color: rgb(188,197,191); }
td.TdClassName
{
border-color: #BCC5BF;
}
.TagClassName
{
border-color: #BCC5BF;
}
</style>