Shades of Paris White #BFCBBF
Tints of Paris White #BFCBBF
RGB
CMYK
RGB Variations
Color information
#BFCBBF (or 0xBFCBBF) is known color: Paris White. HEX triplet: BF, CB and BF. RGB value is (191,203,191). Sum of RGB (Red+Green+Blue) = 191+203+191=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBBF is #403440. Grayscale: #C6C6C6. Windows color (decimal): -4207681 or 12569535. OLE color: 12569535.
HSL color Cylindrical-coordinate representation of color #BFCBBF: hue angle of 120º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCBBF is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 191 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.20 |
| HSL | 120º | 0.1% | 0.77% | - |
| HSV(B) | 120º | 0.06% | 0.8% | - |
| XYZ | 52.25 | 57.55 | 57.64 | - |
| YUV | 198.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 191 | 0.06 | 0 | 0.06 | 0.20 | 120 | 0.1 | 0.77 |
| Hex | BF | CB | BF | 6 | 0 | 6 | 14 | 78 | A | 4D |
| Octal | 277 | 313 | 277 | 6 | 0 | 6 | 24 | 170 | 12 | 115 |
| Binary | 10111111 | 11001011 | 10111111 | 110 | 0 | 110 | 10100 | 1111000 | 1010 | 1001101 |
Color Harmonies of #BFCBBF
Complementary color
Monochromatic Colors of #BFCBBF
Black with #BFCBBF
Text Example
Text Example
White with #BFCBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBBF; }
p { color: rgb(191,203,191); }
H1.HeaderClassName
{
color: #BFCBBF;
}
.AnyTagClassName
{
color: #BFCBBF;
}
</style>
background-color css
<style>
a { background-color: #BFCBBF; }
a { background-color: rgb(191,203,191); }
div.DivClassName
{
background-color: #BFCBBF;
}
.BgClassName
{
background-color: #BFCBBF;
}
</style>
border-color css
<style>
span { border-color: #BFCBBF; }
span { border-color: rgb(191,203,191); }
td.TdClassName
{
border-color: #BFCBBF;
}
.TagClassName
{
border-color: #BFCBBF;
}
</style>