Shades of Ghost #BFBEC5
Tints of Ghost #BFBEC5
RGB
CMYK
RGB Variations
Color information
#BFBEC5 (or 0xBFBEC5) is known color: Ghost. HEX triplet: BF, BE and C5. RGB value is (191,190,197). Sum of RGB (Red+Green+Blue) = 191+190+197=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEC5 is #40413A. Grayscale: #BFBFBF. Windows color (decimal): -4211003 or 12959423. OLE color: 12959423.
HSL color Cylindrical-coordinate representation of color #BFBEC5: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFBEC5 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 191 | 190 | 197 | - |
CMYK | 0.03 | 0.04 | 0 | 0.23 |
HSL | 248.57º | 0.06% | 0.76% | - |
HSV(B) | 248.57º | 0.04% | 0.77% | - |
XYZ | 49.98 | 51.93 | 60.21 | - |
YUV | 191.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 190 | 197 | 0.03 | 0.04 | 0 | 0.23 | 248.57 | 0.06 | 0.76 |
Hex | BF | BE | C5 | 3 | 4 | 0 | 17 | F9 | 6 | 4C |
Octal | 277 | 276 | 305 | 3 | 4 | 0 | 27 | 371 | 6 | 114 |
Binary | 10111111 | 10111110 | 11000101 | 11 | 100 | 0 | 10111 | 11111001 | 110 | 1001100 |
Color Harmonies of #BFBEC5
Complementary color
Monochromatic Colors of #BFBEC5
Black with #BFBEC5
Text Example
Text Example
White with #BFBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEC5; }
p { color: rgb(191,190,197); }
H1.HeaderClassName
{
color: #BFBEC5;
}
.AnyTagClassName
{
color: #BFBEC5;
}
</style>
background-color css
<style>
a { background-color: #BFBEC5; }
a { background-color: rgb(191,190,197); }
div.DivClassName
{
background-color: #BFBEC5;
}
.BgClassName
{
background-color: #BFBEC5;
}
</style>
border-color css
<style>
span { border-color: #BFBEC5; }
span { border-color: rgb(191,190,197); }
td.TdClassName
{
border-color: #BFBEC5;
}
.TagClassName
{
border-color: #BFBEC5;
}
</style>