Shades of Paris White #BFC5C0
Tints of Paris White #BFC5C0
RGB
CMYK
RGB Variations
Color information
#BFC5C0 (or 0xBFC5C0) is known color: Paris White. HEX triplet: BF, C5 and C0. RGB value is (191,197,192). Sum of RGB (Red+Green+Blue) = 191+197+192=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5C0 is #403A3F. Grayscale: #C2C2C2. Windows color (decimal): -4209216 or 12633535. OLE color: 12633535.
HSL color Cylindrical-coordinate representation of color #BFC5C0: hue angle of 130º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFC5C0 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
RGB | 191 | 197 | 192 | - |
CMYK | 0.03 | 0 | 0.03 | 0.23 |
HSL | 130º | 0.05% | 0.76% | - |
HSV(B) | 130º | 0.03% | 0.77% | - |
XYZ | 50.97 | 54.81 | 57.76 | - |
YUV | 194.64 | 126.51 | 125.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 197 | 192 | 0.03 | 0 | 0.03 | 0.23 | 130 | 0.05 | 0.76 |
Hex | BF | C5 | C0 | 3 | 0 | 3 | 17 | 82 | 5 | 4C |
Octal | 277 | 305 | 300 | 3 | 0 | 3 | 27 | 202 | 5 | 114 |
Binary | 10111111 | 11000101 | 11000000 | 11 | 0 | 11 | 10111 | 10000010 | 101 | 1001100 |
Color Harmonies of #BFC5C0
Complementary color
Monochromatic Colors of #BFC5C0
Black with #BFC5C0
Text Example
Text Example
White with #BFC5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5C0; }
p { color: rgb(191,197,192); }
H1.HeaderClassName
{
color: #BFC5C0;
}
.AnyTagClassName
{
color: #BFC5C0;
}
</style>
background-color css
<style>
a { background-color: #BFC5C0; }
a { background-color: rgb(191,197,192); }
div.DivClassName
{
background-color: #BFC5C0;
}
.BgClassName
{
background-color: #BFC5C0;
}
</style>
border-color css
<style>
span { border-color: #BFC5C0; }
span { border-color: rgb(191,197,192); }
td.TdClassName
{
border-color: #BFC5C0;
}
.TagClassName
{
border-color: #BFC5C0;
}
</style>