Shades of Paris White #BBD0B9
Tints of Paris White #BBD0B9
RGB
CMYK
RGB Variations
Color information
#BBD0B9 (or 0xBBD0B9) is known color: Paris White. HEX triplet: BB, D0 and B9. RGB value is (187,208,185). Sum of RGB (Red+Green+Blue) = 187+208+185=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0B9 is #442F46. Grayscale: #C7C7C7. Windows color (decimal): -4468551 or 12177595. OLE color: 12177595.
HSL color Cylindrical-coordinate representation of color #BBD0B9: hue angle of 114.78º 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 #BBD0B9 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 185 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.18 |
| HSL | 114.78º | 0.2% | 0.77% | - |
| HSV(B) | 114.78º | 0.11% | 0.82% | - |
| XYZ | 51.81 | 59.18 | 54.59 | - |
| YUV | 199.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 185 | 0.10 | 0 | 0.11 | 0.18 | 114.78 | 0.2 | 0.77 |
| Hex | BB | D0 | B9 | A | 0 | B | 12 | 73 | 14 | 4D |
| Octal | 273 | 320 | 271 | 12 | 0 | 13 | 22 | 163 | 24 | 115 |
| Binary | 10111011 | 11010000 | 10111001 | 1010 | 0 | 1011 | 10010 | 1110011 | 10100 | 1001101 |
Color Harmonies of #BBD0B9
Complementary color
Monochromatic Colors of #BBD0B9
Black with #BBD0B9
Text Example
Text Example
White with #BBD0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD0B9; }
p { color: rgb(187,208,185); }
H1.HeaderClassName
{
color: #BBD0B9;
}
.AnyTagClassName
{
color: #BBD0B9;
}
</style>
background-color css
<style>
a { background-color: #BBD0B9; }
a { background-color: rgb(187,208,185); }
div.DivClassName
{
background-color: #BBD0B9;
}
.BgClassName
{
background-color: #BBD0B9;
}
</style>
border-color css
<style>
span { border-color: #BBD0B9; }
span { border-color: rgb(187,208,185); }
td.TdClassName
{
border-color: #BBD0B9;
}
.TagClassName
{
border-color: #BBD0B9;
}
</style>