Shades of Paris White #BBCBBA
Tints of Paris White #BBCBBA
RGB
CMYK
RGB Variations
Color information
#BBCBBA (or 0xBBCBBA) is known color: Paris White. HEX triplet: BB, CB and BA. RGB value is (187,203,186). Sum of RGB (Red+Green+Blue) = 187+203+186=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBBA is #443445. Grayscale: #C4C4C4. Windows color (decimal): -4469830 or 12241851. OLE color: 12241851.
HSL color Cylindrical-coordinate representation of color #BBCBBA: hue angle of 116.47º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCBBA is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 186 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.20 |
| HSL | 116.47º | 0.14% | 0.76% | - |
| HSV(B) | 116.47º | 0.08% | 0.8% | - |
| XYZ | 50.71 | 56.82 | 54.75 | - |
| YUV | 196.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 186 | 0.08 | 0 | 0.08 | 0.20 | 116.47 | 0.14 | 0.76 |
| Hex | BB | CB | BA | 8 | 0 | 8 | 14 | 74 | E | 4C |
| Octal | 273 | 313 | 272 | 10 | 0 | 10 | 24 | 164 | 16 | 114 |
| Binary | 10111011 | 11001011 | 10111010 | 1000 | 0 | 1000 | 10100 | 1110100 | 1110 | 1001100 |
Color Harmonies of #BBCBBA
Complementary color
Monochromatic Colors of #BBCBBA
Black with #BBCBBA
Text Example
Text Example
White with #BBCBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBBA; }
p { color: rgb(187,203,186); }
H1.HeaderClassName
{
color: #BBCBBA;
}
.AnyTagClassName
{
color: #BBCBBA;
}
</style>
background-color css
<style>
a { background-color: #BBCBBA; }
a { background-color: rgb(187,203,186); }
div.DivClassName
{
background-color: #BBCBBA;
}
.BgClassName
{
background-color: #BBCBBA;
}
</style>
border-color css
<style>
span { border-color: #BBCBBA; }
span { border-color: rgb(187,203,186); }
td.TdClassName
{
border-color: #BBCBBA;
}
.TagClassName
{
border-color: #BBCBBA;
}
</style>