Shades of Ghost #BFBDC7
Tints of Ghost #BFBDC7
RGB
CMYK
RGB Variations
Color information
#BFBDC7 (or 0xBFBDC7) is known color: Ghost. HEX triplet: BF, BD and C7. RGB value is (191,189,199). Sum of RGB (Red+Green+Blue) = 191+189+199=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFBDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDC7 is #404238. Grayscale: #BEBEBE. Windows color (decimal): -4211257 or 13090239. OLE color: 13090239.
HSL color Cylindrical-coordinate representation of color #BFBDC7: hue angle of 252º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFBDC7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 191 | 189 | 199 | - |
CMYK | 0.04 | 0.05 | 0 | 0.22 |
HSL | 252º | 0.08% | 0.76% | - |
HSV(B) | 252º | 0.05% | 0.78% | - |
XYZ | 49.99 | 51.6 | 61.36 | - |
YUV | 190.74 | 132.66 | 128.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 189 | 199 | 0.04 | 0.05 | 0 | 0.22 | 252 | 0.08 | 0.76 |
Hex | BF | BD | C7 | 4 | 5 | 0 | 16 | FC | 8 | 4C |
Octal | 277 | 275 | 307 | 4 | 5 | 0 | 26 | 374 | 10 | 114 |
Binary | 10111111 | 10111101 | 11000111 | 100 | 101 | 0 | 10110 | 11111100 | 1000 | 1001100 |
Color Harmonies of #BFBDC7
Complementary color
Monochromatic Colors of #BFBDC7
Black with #BFBDC7
Text Example
Text Example
White with #BFBDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDC7; }
p { color: rgb(191,189,199); }
H1.HeaderClassName
{
color: #BFBDC7;
}
.AnyTagClassName
{
color: #BFBDC7;
}
</style>
background-color css
<style>
a { background-color: #BFBDC7; }
a { background-color: rgb(191,189,199); }
div.DivClassName
{
background-color: #BFBDC7;
}
.BgClassName
{
background-color: #BFBDC7;
}
</style>
border-color css
<style>
span { border-color: #BFBDC7; }
span { border-color: rgb(191,189,199); }
td.TdClassName
{
border-color: #BFBDC7;
}
.TagClassName
{
border-color: #BFBDC7;
}
</style>