Shades of Paris White #BBC0BC
Tints of Paris White #BBC0BC
RGB
CMYK
RGB Variations
Color information
#BBC0BC (or 0xBBC0BC) is known color: Paris White. HEX triplet: BB, C0 and BC. RGB value is (187,192,188). Sum of RGB (Red+Green+Blue) = 187+192+188=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0BC is #443F43. Grayscale: #BEBEBE. Windows color (decimal): -4472644 or 12370107. OLE color: 12370107.
HSL color Cylindrical-coordinate representation of color #BBC0BC: hue angle of 132º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBC0BC is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 188 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.25 |
| HSL | 132º | 0.04% | 0.74% | - |
| HSV(B) | 132º | 0.03% | 0.75% | - |
| XYZ | 48.42 | 51.89 | 55.04 | - |
| YUV | 190.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 188 | 0.03 | 0 | 0.02 | 0.25 | 132 | 0.04 | 0.74 |
| Hex | BB | C0 | BC | 3 | 0 | 2 | 19 | 84 | 4 | 4A |
| Octal | 273 | 300 | 274 | 3 | 0 | 2 | 31 | 204 | 4 | 112 |
| Binary | 10111011 | 11000000 | 10111100 | 11 | 0 | 10 | 11001 | 10000100 | 100 | 1001010 |
Color Harmonies of #BBC0BC
Complementary color
Monochromatic Colors of #BBC0BC
Black with #BBC0BC
Text Example
Text Example
White with #BBC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0BC; }
p { color: rgb(187,192,188); }
H1.HeaderClassName
{
color: #BBC0BC;
}
.AnyTagClassName
{
color: #BBC0BC;
}
</style>
background-color css
<style>
a { background-color: #BBC0BC; }
a { background-color: rgb(187,192,188); }
div.DivClassName
{
background-color: #BBC0BC;
}
.BgClassName
{
background-color: #BBC0BC;
}
</style>
border-color css
<style>
span { border-color: #BBC0BC; }
span { border-color: rgb(187,192,188); }
td.TdClassName
{
border-color: #BBC0BC;
}
.TagClassName
{
border-color: #BBC0BC;
}
</style>