Shades of Paris White #BBD1B9
Tints of Paris White #BBD1B9
RGB
CMYK
RGB Variations
Color information
#BBD1B9 (or 0xBBD1B9) is known color: Paris White. HEX triplet: BB, D1 and B9. RGB value is (187,209,185). Sum of RGB (Red+Green+Blue) = 187+209+185=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1B9 is #442E46. Grayscale: #C7C7C7. Windows color (decimal): -4468295 or 12177851. OLE color: 12177851.
HSL color Cylindrical-coordinate representation of color #BBD1B9: hue angle of 115º degrees, saturation: 0.21, 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 #BBD1B9 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 209 | 185 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.18 |
| HSL | 115º | 0.21% | 0.77% | - |
| HSV(B) | 115º | 0.11% | 0.82% | - |
| XYZ | 52.05 | 59.67 | 54.67 | - |
| YUV | 199.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 185 | 0.11 | 0 | 0.11 | 0.18 | 115 | 0.21 | 0.77 |
| Hex | BB | D1 | B9 | B | 0 | B | 12 | 73 | 15 | 4D |
| Octal | 273 | 321 | 271 | 13 | 0 | 13 | 22 | 163 | 25 | 115 |
| Binary | 10111011 | 11010001 | 10111001 | 1011 | 0 | 1011 | 10010 | 1110011 | 10101 | 1001101 |
Color Harmonies of #BBD1B9
Complementary color
Monochromatic Colors of #BBD1B9
Black with #BBD1B9
Text Example
Text Example
White with #BBD1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD1B9; }
p { color: rgb(187,209,185); }
H1.HeaderClassName
{
color: #BBD1B9;
}
.AnyTagClassName
{
color: #BBD1B9;
}
</style>
background-color css
<style>
a { background-color: #BBD1B9; }
a { background-color: rgb(187,209,185); }
div.DivClassName
{
background-color: #BBD1B9;
}
.BgClassName
{
background-color: #BBD1B9;
}
</style>
border-color css
<style>
span { border-color: #BBD1B9; }
span { border-color: rgb(187,209,185); }
td.TdClassName
{
border-color: #BBD1B9;
}
.TagClassName
{
border-color: #BBD1B9;
}
</style>