Shades of Paris White #BBD0BB
Tints of Paris White #BBD0BB
RGB
CMYK
RGB Variations
Color information
#BBD0BB (or 0xBBD0BB) is known color: Paris White. HEX triplet: BB, D0 and BB. RGB value is (187,208,187). Sum of RGB (Red+Green+Blue) = 187+208+187=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0BB is #442F44. Grayscale: #C7C7C7. Windows color (decimal): -4468549 or 12308667. OLE color: 12308667.
HSL color Cylindrical-coordinate representation of color #BBD0BB: hue angle of 120º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBD0BB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 187 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.18 |
| HSL | 120º | 0.18% | 0.77% | - |
| HSV(B) | 120º | 0.1% | 0.82% | - |
| XYZ | 52.02 | 59.26 | 55.71 | - |
| YUV | 199.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 187 | 0.10 | 0 | 0.10 | 0.18 | 120 | 0.18 | 0.77 |
| Hex | BB | D0 | BB | A | 0 | A | 12 | 78 | 12 | 4D |
| Octal | 273 | 320 | 273 | 12 | 0 | 12 | 22 | 170 | 22 | 115 |
| Binary | 10111011 | 11010000 | 10111011 | 1010 | 0 | 1010 | 10010 | 1111000 | 10010 | 1001101 |
Color Harmonies of #BBD0BB
Complementary color
Monochromatic Colors of #BBD0BB
Black with #BBD0BB
Text Example
Text Example
White with #BBD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0BB; }
p { color: rgb(187,208,187); }
H1.HeaderClassName
{
color: #BBD0BB;
}
.AnyTagClassName
{
color: #BBD0BB;
}
</style>
background-color css
<style>
a { background-color: #BBD0BB; }
a { background-color: rgb(187,208,187); }
div.DivClassName
{
background-color: #BBD0BB;
}
.BgClassName
{
background-color: #BBD0BB;
}
</style>
border-color css
<style>
span { border-color: #BBD0BB; }
span { border-color: rgb(187,208,187); }
td.TdClassName
{
border-color: #BBD0BB;
}
.TagClassName
{
border-color: #BBD0BB;
}
</style>