Shades of Ghost #BFC0CA
Tints of Ghost #BFC0CA
RGB
CMYK
RGB Variations
Color information
#BFC0CA (or 0xBFC0CA) is known color: Ghost. HEX triplet: BF, C0 and CA. RGB value is (191,192,202). Sum of RGB (Red+Green+Blue) = 191+192+202=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0CA is #403F35. Grayscale: #C0C0C0. Windows color (decimal): -4210486 or 13287615. OLE color: 13287615.
HSL color Cylindrical-coordinate representation of color #BFC0CA: hue angle of 234.55º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC0CA is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 192 | 202 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.21 |
| HSL | 234.55º | 0.09% | 0.77% | - |
| HSV(B) | 234.55º | 0.05% | 0.79% | - |
| XYZ | 51 | 53.04 | 63.43 | - |
| YUV | 192.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 202 | 0.05 | 0.05 | 0 | 0.21 | 234.55 | 0.09 | 0.77 |
| Hex | BF | C0 | CA | 5 | 5 | 0 | 15 | EB | 9 | 4D |
| Octal | 277 | 300 | 312 | 5 | 5 | 0 | 25 | 353 | 11 | 115 |
| Binary | 10111111 | 11000000 | 11001010 | 101 | 101 | 0 | 10101 | 11101011 | 1001 | 1001101 |
Color Harmonies of #BFC0CA
Complementary color
Monochromatic Colors of #BFC0CA
Black with #BFC0CA
Text Example
Text Example
White with #BFC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0CA; }
p { color: rgb(191,192,202); }
H1.HeaderClassName
{
color: #BFC0CA;
}
.AnyTagClassName
{
color: #BFC0CA;
}
</style>
background-color css
<style>
a { background-color: #BFC0CA; }
a { background-color: rgb(191,192,202); }
div.DivClassName
{
background-color: #BFC0CA;
}
.BgClassName
{
background-color: #BFC0CA;
}
</style>
border-color css
<style>
span { border-color: #BFC0CA; }
span { border-color: rgb(191,192,202); }
td.TdClassName
{
border-color: #BFC0CA;
}
.TagClassName
{
border-color: #BFC0CA;
}
</style>