Shades of Ghost #BFC0C5
Tints of Ghost #BFC0C5
RGB
CMYK
RGB Variations
Color information
#BFC0C5 (or 0xBFC0C5) is known color: Ghost. HEX triplet: BF, C0 and C5. RGB value is (191,192,197). Sum of RGB (Red+Green+Blue) = 191+192+197=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFC0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC0C5 is #403F3A. Grayscale: #C0C0C0. Windows color (decimal): -4210491 or 12959935. OLE color: 12959935.
HSL color Cylindrical-coordinate representation of color #BFC0C5: hue angle of 230º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFC0C5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 191 | 192 | 197 | - |
CMYK | 0.03 | 0.03 | 0 | 0.23 |
HSL | 230º | 0.05% | 0.76% | - |
HSV(B) | 230º | 0.03% | 0.77% | - |
XYZ | 50.41 | 52.81 | 60.36 | - |
YUV | 192.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 192 | 197 | 0.03 | 0.03 | 0 | 0.23 | 230 | 0.05 | 0.76 |
Hex | BF | C0 | C5 | 3 | 3 | 0 | 17 | E6 | 5 | 4C |
Octal | 277 | 300 | 305 | 3 | 3 | 0 | 27 | 346 | 5 | 114 |
Binary | 10111111 | 11000000 | 11000101 | 11 | 11 | 0 | 10111 | 11100110 | 101 | 1001100 |
Color Harmonies of #BFC0C5
Complementary color
Monochromatic Colors of #BFC0C5
Black with #BFC0C5
Text Example
Text Example
White with #BFC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC0C5; }
p { color: rgb(191,192,197); }
H1.HeaderClassName
{
color: #BFC0C5;
}
.AnyTagClassName
{
color: #BFC0C5;
}
</style>
background-color css
<style>
a { background-color: #BFC0C5; }
a { background-color: rgb(191,192,197); }
div.DivClassName
{
background-color: #BFC0C5;
}
.BgClassName
{
background-color: #BFC0C5;
}
</style>
border-color css
<style>
span { border-color: #BFC0C5; }
span { border-color: rgb(191,192,197); }
td.TdClassName
{
border-color: #BFC0C5;
}
.TagClassName
{
border-color: #BFC0C5;
}
</style>