Shades of Paris White #BCD0BB
Tints of Paris White #BCD0BB
RGB
CMYK
RGB Variations
Color information
#BCD0BB (or 0xBCD0BB) is known color: Paris White. HEX triplet: BC, D0 and BB. RGB value is (188,208,187). Sum of RGB (Red+Green+Blue) = 188+208+187=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0BB is #432F44. Grayscale: #C7C7C7. Windows color (decimal): -4403013 or 12308668. OLE color: 12308668.
HSL color Cylindrical-coordinate representation of color #BCD0BB: hue angle of 117.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD0BB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 187 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.18 |
| HSL | 117.14º | 0.18% | 0.77% | - |
| HSV(B) | 117.14º | 0.1% | 0.82% | - |
| XYZ | 52.26 | 59.39 | 55.72 | - |
| YUV | 199.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 187 | 0.10 | 0 | 0.10 | 0.18 | 117.14 | 0.18 | 0.77 |
| Hex | BC | D0 | BB | A | 0 | A | 12 | 75 | 12 | 4D |
| Octal | 274 | 320 | 273 | 12 | 0 | 12 | 22 | 165 | 22 | 115 |
| Binary | 10111100 | 11010000 | 10111011 | 1010 | 0 | 1010 | 10010 | 1110101 | 10010 | 1001101 |
Color Harmonies of #BCD0BB
Complementary color
Monochromatic Colors of #BCD0BB
Black with #BCD0BB
Text Example
Text Example
White with #BCD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0BB; }
p { color: rgb(188,208,187); }
H1.HeaderClassName
{
color: #BCD0BB;
}
.AnyTagClassName
{
color: #BCD0BB;
}
</style>
background-color css
<style>
a { background-color: #BCD0BB; }
a { background-color: rgb(188,208,187); }
div.DivClassName
{
background-color: #BCD0BB;
}
.BgClassName
{
background-color: #BCD0BB;
}
</style>
border-color css
<style>
span { border-color: #BCD0BB; }
span { border-color: rgb(188,208,187); }
td.TdClassName
{
border-color: #BCD0BB;
}
.TagClassName
{
border-color: #BCD0BB;
}
</style>