Shades of Nebula #BFC2C0
Tints of Nebula #BFC2C0
RGB
CMYK
RGB Variations
Color information
#BFC2C0 (or 0xBFC2C0) is known color: Nebula. HEX triplet: BF, C2 and C0. RGB value is (191,194,192). Sum of RGB (Red+Green+Blue) = 191+194+192=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2C0 is #403D3F. Grayscale: #C0C0C0. Windows color (decimal): -4209984 or 12632767. OLE color: 12632767.
HSL color Cylindrical-coordinate representation of color #BFC2C0: hue angle of 140º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BFC2C0 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 192 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.24 |
| HSL | 140º | 0.02% | 0.75% | - |
| HSV(B) | 140º | 0.02% | 0.76% | - |
| XYZ | 50.29 | 53.47 | 57.54 | - |
| YUV | 192.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 192 | 0.02 | 0 | 0.01 | 0.24 | 140 | 0.02 | 0.75 |
| Hex | BF | C2 | C0 | 2 | 0 | 1 | 18 | 8C | 2 | 4B |
| Octal | 277 | 302 | 300 | 2 | 0 | 1 | 30 | 214 | 2 | 113 |
| Binary | 10111111 | 11000010 | 11000000 | 10 | 0 | 1 | 11000 | 10001100 | 10 | 1001011 |
Color Harmonies of #BFC2C0
Complementary color
Monochromatic Colors of #BFC2C0
Black with #BFC2C0
Text Example
Text Example
White with #BFC2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2C0; }
p { color: rgb(191,194,192); }
H1.HeaderClassName
{
color: #BFC2C0;
}
.AnyTagClassName
{
color: #BFC2C0;
}
</style>
background-color css
<style>
a { background-color: #BFC2C0; }
a { background-color: rgb(191,194,192); }
div.DivClassName
{
background-color: #BFC2C0;
}
.BgClassName
{
background-color: #BFC2C0;
}
</style>
border-color css
<style>
span { border-color: #BFC2C0; }
span { border-color: rgb(191,194,192); }
td.TdClassName
{
border-color: #BFC2C0;
}
.TagClassName
{
border-color: #BFC2C0;
}
</style>