Shades of Ghost #BFC0CB
Tints of Ghost #BFC0CB
RGB
CMYK
RGB Variations
Color information
#BFC0CB (or 0xBFC0CB) is known color: Ghost. HEX triplet: BF, C0 and CB. RGB value is (191,192,203). Sum of RGB (Red+Green+Blue) = 191+192+203=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0CB is #403F34. Grayscale: #C0C0C0. Windows color (decimal): -4210485 or 13353151. OLE color: 13353151.
HSL color Cylindrical-coordinate representation of color #BFC0CB: hue angle of 235º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC0CB is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 192 | 203 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.20 |
| HSL | 235º | 0.1% | 0.77% | - |
| HSV(B) | 235º | 0.06% | 0.8% | - |
| XYZ | 51.11 | 53.09 | 64.05 | - |
| YUV | 192.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 203 | 0.06 | 0.05 | 0 | 0.20 | 235 | 0.1 | 0.77 |
| Hex | BF | C0 | CB | 6 | 5 | 0 | 14 | EB | A | 4D |
| Octal | 277 | 300 | 313 | 6 | 5 | 0 | 24 | 353 | 12 | 115 |
| Binary | 10111111 | 11000000 | 11001011 | 110 | 101 | 0 | 10100 | 11101011 | 1010 | 1001101 |
Color Harmonies of #BFC0CB
Complementary color
Monochromatic Colors of #BFC0CB
Black with #BFC0CB
Text Example
Text Example
White with #BFC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0CB; }
p { color: rgb(191,192,203); }
H1.HeaderClassName
{
color: #BFC0CB;
}
.AnyTagClassName
{
color: #BFC0CB;
}
</style>
background-color css
<style>
a { background-color: #BFC0CB; }
a { background-color: rgb(191,192,203); }
div.DivClassName
{
background-color: #BFC0CB;
}
.BgClassName
{
background-color: #BFC0CB;
}
</style>
border-color css
<style>
span { border-color: #BFC0CB; }
span { border-color: rgb(191,192,203); }
td.TdClassName
{
border-color: #BFC0CB;
}
.TagClassName
{
border-color: #BFC0CB;
}
</style>