Shades of Ghost #BFBEC3
Tints of Ghost #BFBEC3
RGB
CMYK
RGB Variations
Color information
#BFBEC3 (or 0xBFBEC3) is known color: Ghost. HEX triplet: BF, BE and C3. RGB value is (191,190,195). Sum of RGB (Red+Green+Blue) = 191+190+195=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEC3 is #40413C. Grayscale: #BEBEBE. Windows color (decimal): -4211005 or 12828351. OLE color: 12828351.
HSL color Cylindrical-coordinate representation of color #BFBEC3: hue angle of 252º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFBEC3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 191 | 190 | 195 | - |
CMYK | 0.02 | 0.03 | 0 | 0.24 |
HSL | 252º | 0.04% | 0.75% | - |
HSV(B) | 252º | 0.03% | 0.76% | - |
XYZ | 49.75 | 51.84 | 59.01 | - |
YUV | 190.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 190 | 195 | 0.02 | 0.03 | 0 | 0.24 | 252 | 0.04 | 0.75 |
Hex | BF | BE | C3 | 2 | 3 | 0 | 18 | FC | 4 | 4B |
Octal | 277 | 276 | 303 | 2 | 3 | 0 | 30 | 374 | 4 | 113 |
Binary | 10111111 | 10111110 | 11000011 | 10 | 11 | 0 | 11000 | 11111100 | 100 | 1001011 |
Color Harmonies of #BFBEC3
Complementary color
Monochromatic Colors of #BFBEC3
Black with #BFBEC3
Text Example
Text Example
White with #BFBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEC3; }
p { color: rgb(191,190,195); }
H1.HeaderClassName
{
color: #BFBEC3;
}
.AnyTagClassName
{
color: #BFBEC3;
}
</style>
background-color css
<style>
a { background-color: #BFBEC3; }
a { background-color: rgb(191,190,195); }
div.DivClassName
{
background-color: #BFBEC3;
}
.BgClassName
{
background-color: #BFBEC3;
}
</style>
border-color css
<style>
span { border-color: #BFBEC3; }
span { border-color: rgb(191,190,195); }
td.TdClassName
{
border-color: #BFBEC3;
}
.TagClassName
{
border-color: #BFBEC3;
}
</style>