Shades of Paris White #BBD1BA
Tints of Paris White #BBD1BA
RGB
CMYK
RGB Variations
Color information
#BBD1BA (or 0xBBD1BA) is known color: Paris White. HEX triplet: BB, D1 and BA. RGB value is (187,209,186). Sum of RGB (Red+Green+Blue) = 187+209+186=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1BA is #442E45. Grayscale: #C7C7C7. Windows color (decimal): -4468294 or 12243387. OLE color: 12243387.
HSL color Cylindrical-coordinate representation of color #BBD1BA: hue angle of 117.39º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD1BA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 209 | 186 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.18 |
| HSL | 117.39º | 0.2% | 0.77% | - |
| HSV(B) | 117.39º | 0.11% | 0.82% | - |
| XYZ | 52.16 | 59.71 | 55.23 | - |
| YUV | 199.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 186 | 0.11 | 0 | 0.11 | 0.18 | 117.39 | 0.2 | 0.77 |
| Hex | BB | D1 | BA | B | 0 | B | 12 | 75 | 14 | 4D |
| Octal | 273 | 321 | 272 | 13 | 0 | 13 | 22 | 165 | 24 | 115 |
| Binary | 10111011 | 11010001 | 10111010 | 1011 | 0 | 1011 | 10010 | 1110101 | 10100 | 1001101 |
Color Harmonies of #BBD1BA
Complementary color
Monochromatic Colors of #BBD1BA
Black with #BBD1BA
Text Example
Text Example
White with #BBD1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD1BA; }
p { color: rgb(187,209,186); }
H1.HeaderClassName
{
color: #BBD1BA;
}
.AnyTagClassName
{
color: #BBD1BA;
}
</style>
background-color css
<style>
a { background-color: #BBD1BA; }
a { background-color: rgb(187,209,186); }
div.DivClassName
{
background-color: #BBD1BA;
}
.BgClassName
{
background-color: #BBD1BA;
}
</style>
border-color css
<style>
span { border-color: #BBD1BA; }
span { border-color: rgb(187,209,186); }
td.TdClassName
{
border-color: #BBD1BA;
}
.TagClassName
{
border-color: #BBD1BA;
}
</style>