Shades of Paris White #BFCCBE
Tints of Paris White #BFCCBE
RGB
CMYK
RGB Variations
Color information
#BFCCBE (or 0xBFCCBE) is known color: Paris White. HEX triplet: BF, CC and BE. RGB value is (191,204,190). Sum of RGB (Red+Green+Blue) = 191+204+190=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCBE is #403341. Grayscale: #C6C6C6. Windows color (decimal): -4207426 or 12504255. OLE color: 12504255.
HSL color Cylindrical-coordinate representation of color #BFCCBE: hue angle of 115.71º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCCBE is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 190 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.2 |
| HSL | 115.71º | 0.12% | 0.77% | - |
| HSV(B) | 115.71º | 0.07% | 0.8% | - |
| XYZ | 52.37 | 57.98 | 57.15 | - |
| YUV | 198.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 190 | 0.06 | 0 | 0.07 | 0.2 | 115.71 | 0.12 | 0.77 |
| Hex | BF | CC | BE | 6 | 0 | 7 | 14 | 74 | C | 4D |
| Octal | 277 | 314 | 276 | 6 | 0 | 7 | 24 | 164 | 14 | 115 |
| Binary | 10111111 | 11001100 | 10111110 | 110 | 0 | 111 | 10100 | 1110100 | 1100 | 1001101 |
Color Harmonies of #BFCCBE
Complementary color
Monochromatic Colors of #BFCCBE
Black with #BFCCBE
Text Example
Text Example
White with #BFCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCBE; }
p { color: rgb(191,204,190); }
H1.HeaderClassName
{
color: #BFCCBE;
}
.AnyTagClassName
{
color: #BFCCBE;
}
</style>
background-color css
<style>
a { background-color: #BFCCBE; }
a { background-color: rgb(191,204,190); }
div.DivClassName
{
background-color: #BFCCBE;
}
.BgClassName
{
background-color: #BFCCBE;
}
</style>
border-color css
<style>
span { border-color: #BFCCBE; }
span { border-color: rgb(191,204,190); }
td.TdClassName
{
border-color: #BFCCBE;
}
.TagClassName
{
border-color: #BFCCBE;
}
</style>