Shades of Paris White #BFCABF
Tints of Paris White #BFCABF
RGB
CMYK
RGB Variations
Color information
#BFCABF (or 0xBFCABF) is known color: Paris White. HEX triplet: BF, CA and BF. RGB value is (191,202,191). Sum of RGB (Red+Green+Blue) = 191+202+191=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCABF is #403540. Grayscale: #C5C5C5. Windows color (decimal): -4207937 or 12569279. OLE color: 12569279.
HSL color Cylindrical-coordinate representation of color #BFCABF: hue angle of 120º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFCABF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 191 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.21 |
| HSL | 120º | 0.09% | 0.77% | - |
| HSV(B) | 120º | 0.05% | 0.79% | - |
| XYZ | 52.01 | 57.08 | 57.57 | - |
| YUV | 197.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 191 | 0.05 | 0 | 0.05 | 0.21 | 120 | 0.09 | 0.77 |
| Hex | BF | CA | BF | 5 | 0 | 5 | 15 | 78 | 9 | 4D |
| Octal | 277 | 312 | 277 | 5 | 0 | 5 | 25 | 170 | 11 | 115 |
| Binary | 10111111 | 11001010 | 10111111 | 101 | 0 | 101 | 10101 | 1111000 | 1001 | 1001101 |
Color Harmonies of #BFCABF
Complementary color
Monochromatic Colors of #BFCABF
Black with #BFCABF
Text Example
Text Example
White with #BFCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCABF; }
p { color: rgb(191,202,191); }
H1.HeaderClassName
{
color: #BFCABF;
}
.AnyTagClassName
{
color: #BFCABF;
}
</style>
background-color css
<style>
a { background-color: #BFCABF; }
a { background-color: rgb(191,202,191); }
div.DivClassName
{
background-color: #BFCABF;
}
.BgClassName
{
background-color: #BFCABF;
}
</style>
border-color css
<style>
span { border-color: #BFCABF; }
span { border-color: rgb(191,202,191); }
td.TdClassName
{
border-color: #BFCABF;
}
.TagClassName
{
border-color: #BFCABF;
}
</style>