Shades of Ghost #BFBEC2
Tints of Ghost #BFBEC2
RGB
CMYK
RGB Variations
Color information
#BFBEC2 (or 0xBFBEC2) is known color: Ghost. HEX triplet: BF, BE and C2. RGB value is (191,190,194). Sum of RGB (Red+Green+Blue) = 191+190+194=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEC2 is #40413D. Grayscale: #BEBEBE. Windows color (decimal): -4211006 or 12762815. OLE color: 12762815.
HSL color Cylindrical-coordinate representation of color #BFBEC2: hue angle of 255º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BFBEC2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 191 | 190 | 194 | - |
CMYK | 0.02 | 0.02 | 0 | 0.24 |
HSL | 255º | 0.03% | 0.75% | - |
HSV(B) | 255º | 0.02% | 0.76% | - |
XYZ | 49.64 | 51.8 | 58.42 | - |
YUV | 190.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 190 | 194 | 0.02 | 0.02 | 0 | 0.24 | 255 | 0.03 | 0.75 |
Hex | BF | BE | C2 | 2 | 2 | 0 | 18 | FF | 3 | 4B |
Octal | 277 | 276 | 302 | 2 | 2 | 0 | 30 | 377 | 3 | 113 |
Binary | 10111111 | 10111110 | 11000010 | 10 | 10 | 0 | 11000 | 11111111 | 11 | 1001011 |
Color Harmonies of #BFBEC2
Complementary color
Monochromatic Colors of #BFBEC2
Black with #BFBEC2
Text Example
Text Example
White with #BFBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEC2; }
p { color: rgb(191,190,194); }
H1.HeaderClassName
{
color: #BFBEC2;
}
.AnyTagClassName
{
color: #BFBEC2;
}
</style>
background-color css
<style>
a { background-color: #BFBEC2; }
a { background-color: rgb(191,190,194); }
div.DivClassName
{
background-color: #BFBEC2;
}
.BgClassName
{
background-color: #BFBEC2;
}
</style>
border-color css
<style>
span { border-color: #BFBEC2; }
span { border-color: rgb(191,190,194); }
td.TdClassName
{
border-color: #BFBEC2;
}
.TagClassName
{
border-color: #BFBEC2;
}
</style>