Shades of Paris White #BBCDBA
Tints of Paris White #BBCDBA
RGB
CMYK
RGB Variations
Color information
#BBCDBA (or 0xBBCDBA) is known color: Paris White. HEX triplet: BB, CD and BA. RGB value is (187,205,186). Sum of RGB (Red+Green+Blue) = 187+205+186=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDBA is #443245. Grayscale: #C5C5C5. Windows color (decimal): -4469318 or 12242363. OLE color: 12242363.
HSL color Cylindrical-coordinate representation of color #BBCDBA: hue angle of 116.84º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDBA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 186 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.20 |
| HSL | 116.84º | 0.16% | 0.77% | - |
| HSV(B) | 116.84º | 0.09% | 0.8% | - |
| XYZ | 51.19 | 57.77 | 54.91 | - |
| YUV | 197.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 186 | 0.09 | 0 | 0.09 | 0.20 | 116.84 | 0.16 | 0.77 |
| Hex | BB | CD | BA | 9 | 0 | 9 | 14 | 75 | 10 | 4D |
| Octal | 273 | 315 | 272 | 11 | 0 | 11 | 24 | 165 | 20 | 115 |
| Binary | 10111011 | 11001101 | 10111010 | 1001 | 0 | 1001 | 10100 | 1110101 | 10000 | 1001101 |
Color Harmonies of #BBCDBA
Complementary color
Monochromatic Colors of #BBCDBA
Black with #BBCDBA
Text Example
Text Example
White with #BBCDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDBA; }
p { color: rgb(187,205,186); }
H1.HeaderClassName
{
color: #BBCDBA;
}
.AnyTagClassName
{
color: #BBCDBA;
}
</style>
background-color css
<style>
a { background-color: #BBCDBA; }
a { background-color: rgb(187,205,186); }
div.DivClassName
{
background-color: #BBCDBA;
}
.BgClassName
{
background-color: #BBCDBA;
}
</style>
border-color css
<style>
span { border-color: #BBCDBA; }
span { border-color: rgb(187,205,186); }
td.TdClassName
{
border-color: #BBCDBA;
}
.TagClassName
{
border-color: #BBCDBA;
}
</style>