Shades of Paris White #BFCCC0
Tints of Paris White #BFCCC0
RGB
CMYK
RGB Variations
Color information
#BFCCC0 (or 0xBFCCC0) is known color: Paris White. HEX triplet: BF, CC and C0. RGB value is (191,204,192). Sum of RGB (Red+Green+Blue) = 191+204+192=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCC0 is #40333F. Grayscale: #C6C6C6. Windows color (decimal): -4207424 or 12635327. OLE color: 12635327.
HSL color Cylindrical-coordinate representation of color #BFCCC0: hue angle of 124.62º degrees, saturation: 0.11, 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 #BFCCC0 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 192 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.2 |
| HSL | 124.62º | 0.11% | 0.77% | - |
| HSV(B) | 124.62º | 0.06% | 0.8% | - |
| XYZ | 52.59 | 58.07 | 58.31 | - |
| YUV | 198.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 192 | 0.06 | 0 | 0.06 | 0.2 | 124.62 | 0.11 | 0.77 |
| Hex | BF | CC | C0 | 6 | 0 | 6 | 14 | 7D | B | 4D |
| Octal | 277 | 314 | 300 | 6 | 0 | 6 | 24 | 175 | 13 | 115 |
| Binary | 10111111 | 11001100 | 11000000 | 110 | 0 | 110 | 10100 | 1111101 | 1011 | 1001101 |
Color Harmonies of #BFCCC0
Complementary color
Monochromatic Colors of #BFCCC0
Black with #BFCCC0
Text Example
Text Example
White with #BFCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCC0; }
p { color: rgb(191,204,192); }
H1.HeaderClassName
{
color: #BFCCC0;
}
.AnyTagClassName
{
color: #BFCCC0;
}
</style>
background-color css
<style>
a { background-color: #BFCCC0; }
a { background-color: rgb(191,204,192); }
div.DivClassName
{
background-color: #BFCCC0;
}
.BgClassName
{
background-color: #BFCCC0;
}
</style>
border-color css
<style>
span { border-color: #BFCCC0; }
span { border-color: rgb(191,204,192); }
td.TdClassName
{
border-color: #BFCCC0;
}
.TagClassName
{
border-color: #BFCCC0;
}
</style>