Shades of Nebula #BCBFBD
Tints of Nebula #BCBFBD
RGB
CMYK
RGB Variations
Color information
#BCBFBD (or 0xBCBFBD) is known color: Nebula. HEX triplet: BC, BF and BD. RGB value is (188,191,189). Sum of RGB (Red+Green+Blue) = 188+191+189=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFBD is #434042. Grayscale: #BDBDBD. Windows color (decimal): -4407363 or 12435388. OLE color: 12435388.
HSL color Cylindrical-coordinate representation of color #BCBFBD: hue angle of 140º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBFBD is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 189 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.25 |
| HSL | 140º | 0.02% | 0.74% | - |
| HSV(B) | 140º | 0.02% | 0.75% | - |
| XYZ | 48.56 | 51.63 | 55.55 | - |
| YUV | 189.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 189 | 0.02 | 0 | 0.01 | 0.25 | 140 | 0.02 | 0.74 |
| Hex | BC | BF | BD | 2 | 0 | 1 | 19 | 8C | 2 | 4A |
| Octal | 274 | 277 | 275 | 2 | 0 | 1 | 31 | 214 | 2 | 112 |
| Binary | 10111100 | 10111111 | 10111101 | 10 | 0 | 1 | 11001 | 10001100 | 10 | 1001010 |
Color Harmonies of #BCBFBD
Complementary color
Monochromatic Colors of #BCBFBD
Black with #BCBFBD
Text Example
Text Example
White with #BCBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFBD; }
p { color: rgb(188,191,189); }
H1.HeaderClassName
{
color: #BCBFBD;
}
.AnyTagClassName
{
color: #BCBFBD;
}
</style>
background-color css
<style>
a { background-color: #BCBFBD; }
a { background-color: rgb(188,191,189); }
div.DivClassName
{
background-color: #BCBFBD;
}
.BgClassName
{
background-color: #BCBFBD;
}
</style>
border-color css
<style>
span { border-color: #BCBFBD; }
span { border-color: rgb(188,191,189); }
td.TdClassName
{
border-color: #BCBFBD;
}
.TagClassName
{
border-color: #BCBFBD;
}
</style>