Shades of Paris White #BFD0C0
Tints of Paris White #BFD0C0
RGB
CMYK
RGB Variations
Color information
#BFD0C0 (or 0xBFD0C0) is known color: Paris White. HEX triplet: BF, D0 and C0. RGB value is (191,208,192). Sum of RGB (Red+Green+Blue) = 191+208+192=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0C0 is #402F3F. Grayscale: #C9C9C9. Windows color (decimal): -4206400 or 12636351. OLE color: 12636351.
HSL color Cylindrical-coordinate representation of color #BFD0C0: hue angle of 123.53º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFD0C0 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 192 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.18 |
| HSL | 123.53º | 0.15% | 0.78% | - |
| HSV(B) | 123.53º | 0.08% | 0.82% | - |
| XYZ | 53.56 | 59.99 | 58.63 | - |
| YUV | 201.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 192 | 0.08 | 0 | 0.08 | 0.18 | 123.53 | 0.15 | 0.78 |
| Hex | BF | D0 | C0 | 8 | 0 | 8 | 12 | 7C | F | 4E |
| Octal | 277 | 320 | 300 | 10 | 0 | 10 | 22 | 174 | 17 | 116 |
| Binary | 10111111 | 11010000 | 11000000 | 1000 | 0 | 1000 | 10010 | 1111100 | 1111 | 1001110 |
Color Harmonies of #BFD0C0
Complementary color
Monochromatic Colors of #BFD0C0
Black with #BFD0C0
Text Example
Text Example
White with #BFD0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0C0; }
p { color: rgb(191,208,192); }
H1.HeaderClassName
{
color: #BFD0C0;
}
.AnyTagClassName
{
color: #BFD0C0;
}
</style>
background-color css
<style>
a { background-color: #BFD0C0; }
a { background-color: rgb(191,208,192); }
div.DivClassName
{
background-color: #BFD0C0;
}
.BgClassName
{
background-color: #BFD0C0;
}
</style>
border-color css
<style>
span { border-color: #BFD0C0; }
span { border-color: rgb(191,208,192); }
td.TdClassName
{
border-color: #BFD0C0;
}
.TagClassName
{
border-color: #BFD0C0;
}
</style>