Shades of Paris White #BBCCBA
Tints of Paris White #BBCCBA
RGB
CMYK
RGB Variations
Color information
#BBCCBA (or 0xBBCCBA) is known color: Paris White. HEX triplet: BB, CC and BA. RGB value is (187,204,186). Sum of RGB (Red+Green+Blue) = 187+204+186=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCBA is #443345. Grayscale: #C4C4C4. Windows color (decimal): -4469574 or 12242107. OLE color: 12242107.
HSL color Cylindrical-coordinate representation of color #BBCCBA: hue angle of 116.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCCBA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 186 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.2 |
| HSL | 116.67º | 0.15% | 0.76% | - |
| HSV(B) | 116.67º | 0.09% | 0.8% | - |
| XYZ | 50.95 | 57.3 | 54.83 | - |
| YUV | 196.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 186 | 0.08 | 0 | 0.09 | 0.2 | 116.67 | 0.15 | 0.76 |
| Hex | BB | CC | BA | 8 | 0 | 9 | 14 | 75 | F | 4C |
| Octal | 273 | 314 | 272 | 10 | 0 | 11 | 24 | 165 | 17 | 114 |
| Binary | 10111011 | 11001100 | 10111010 | 1000 | 0 | 1001 | 10100 | 1110101 | 1111 | 1001100 |
Color Harmonies of #BBCCBA
Complementary color
Monochromatic Colors of #BBCCBA
Black with #BBCCBA
Text Example
Text Example
White with #BBCCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCBA; }
p { color: rgb(187,204,186); }
H1.HeaderClassName
{
color: #BBCCBA;
}
.AnyTagClassName
{
color: #BBCCBA;
}
</style>
background-color css
<style>
a { background-color: #BBCCBA; }
a { background-color: rgb(187,204,186); }
div.DivClassName
{
background-color: #BBCCBA;
}
.BgClassName
{
background-color: #BBCCBA;
}
</style>
border-color css
<style>
span { border-color: #BBCCBA; }
span { border-color: rgb(187,204,186); }
td.TdClassName
{
border-color: #BBCCBA;
}
.TagClassName
{
border-color: #BBCCBA;
}
</style>