Shades of Paris White #BBD1BB
Tints of Paris White #BBD1BB
RGB
CMYK
RGB Variations
Color information
#BBD1BB (or 0xBBD1BB) is known color: Paris White. HEX triplet: BB, D1 and BB. RGB value is (187,209,187). Sum of RGB (Red+Green+Blue) = 187+209+187=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1BB is #442E44. Grayscale: #C7C7C7. Windows color (decimal): -4468293 or 12308923. OLE color: 12308923.
HSL color Cylindrical-coordinate representation of color #BBD1BB: hue angle of 120º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD1BB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 209 | 187 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.18 |
| HSL | 120º | 0.19% | 0.78% | - |
| HSV(B) | 120º | 0.11% | 0.82% | - |
| XYZ | 52.26 | 59.75 | 55.79 | - |
| YUV | 199.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 187 | 0.11 | 0 | 0.11 | 0.18 | 120 | 0.19 | 0.78 |
| Hex | BB | D1 | BB | B | 0 | B | 12 | 78 | 13 | 4E |
| Octal | 273 | 321 | 273 | 13 | 0 | 13 | 22 | 170 | 23 | 116 |
| Binary | 10111011 | 11010001 | 10111011 | 1011 | 0 | 1011 | 10010 | 1111000 | 10011 | 1001110 |
Color Harmonies of #BBD1BB
Complementary color
Monochromatic Colors of #BBD1BB
Black with #BBD1BB
Text Example
Text Example
White with #BBD1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD1BB; }
p { color: rgb(187,209,187); }
H1.HeaderClassName
{
color: #BBD1BB;
}
.AnyTagClassName
{
color: #BBD1BB;
}
</style>
background-color css
<style>
a { background-color: #BBD1BB; }
a { background-color: rgb(187,209,187); }
div.DivClassName
{
background-color: #BBD1BB;
}
.BgClassName
{
background-color: #BBD1BB;
}
</style>
border-color css
<style>
span { border-color: #BBD1BB; }
span { border-color: rgb(187,209,187); }
td.TdClassName
{
border-color: #BBD1BB;
}
.TagClassName
{
border-color: #BBD1BB;
}
</style>