Shades of Paris White #BFC2BF
Tints of Paris White #BFC2BF
RGB
CMYK
RGB Variations
Color information
#BFC2BF (or 0xBFC2BF) is known color: Paris White. HEX triplet: BF, C2 and BF. RGB value is (191,194,191). Sum of RGB (Red+Green+Blue) = 191+194+191=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2BF is #403D40. Grayscale: #C0C0C0. Windows color (decimal): -4209985 or 12567231. OLE color: 12567231.
HSL color Cylindrical-coordinate representation of color #BFC2BF: hue angle of 120º degrees, saturation: 0.02, 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 #BFC2BF is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 191 | 194 | 191 | - |
CMYK | 0.02 | 0 | 0.02 | 0.24 |
HSL | 120º | 0.02% | 0.75% | - |
HSV(B) | 120º | 0.02% | 0.76% | - |
XYZ | 50.18 | 53.42 | 56.96 | - |
YUV | 192.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 194 | 191 | 0.02 | 0 | 0.02 | 0.24 | 120 | 0.02 | 0.75 |
Hex | BF | C2 | BF | 2 | 0 | 2 | 18 | 78 | 2 | 4B |
Octal | 277 | 302 | 277 | 2 | 0 | 2 | 30 | 170 | 2 | 113 |
Binary | 10111111 | 11000010 | 10111111 | 10 | 0 | 10 | 11000 | 1111000 | 10 | 1001011 |
Color Harmonies of #BFC2BF
Complementary color
Monochromatic Colors of #BFC2BF
Black with #BFC2BF
Text Example
Text Example
White with #BFC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2BF; }
p { color: rgb(191,194,191); }
H1.HeaderClassName
{
color: #BFC2BF;
}
.AnyTagClassName
{
color: #BFC2BF;
}
</style>
background-color css
<style>
a { background-color: #BFC2BF; }
a { background-color: rgb(191,194,191); }
div.DivClassName
{
background-color: #BFC2BF;
}
.BgClassName
{
background-color: #BFC2BF;
}
</style>
border-color css
<style>
span { border-color: #BFC2BF; }
span { border-color: rgb(191,194,191); }
td.TdClassName
{
border-color: #BFC2BF;
}
.TagClassName
{
border-color: #BFC2BF;
}
</style>