Shades of Paris White #BBCFBD
Tints of Paris White #BBCFBD
RGB
CMYK
RGB Variations
Color information
#BBCFBD (or 0xBBCFBD) is known color: Paris White. HEX triplet: BB, CF and BD. RGB value is (187,207,189). Sum of RGB (Red+Green+Blue) = 187+207+189=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFBD is #443042. Grayscale: #C7C7C7. Windows color (decimal): -4468803 or 12439483. OLE color: 12439483.
HSL color Cylindrical-coordinate representation of color #BBCFBD: hue angle of 126º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCFBD is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 189 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.19 |
| HSL | 126º | 0.17% | 0.77% | - |
| HSV(B) | 126º | 0.1% | 0.81% | - |
| XYZ | 51.99 | 58.86 | 56.77 | - |
| YUV | 198.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 189 | 0.10 | 0 | 0.09 | 0.19 | 126 | 0.17 | 0.77 |
| Hex | BB | CF | BD | A | 0 | 9 | 13 | 7E | 11 | 4D |
| Octal | 273 | 317 | 275 | 12 | 0 | 11 | 23 | 176 | 21 | 115 |
| Binary | 10111011 | 11001111 | 10111101 | 1010 | 0 | 1001 | 10011 | 1111110 | 10001 | 1001101 |
Color Harmonies of #BBCFBD
Complementary color
Monochromatic Colors of #BBCFBD
Black with #BBCFBD
Text Example
Text Example
White with #BBCFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFBD; }
p { color: rgb(187,207,189); }
H1.HeaderClassName
{
color: #BBCFBD;
}
.AnyTagClassName
{
color: #BBCFBD;
}
</style>
background-color css
<style>
a { background-color: #BBCFBD; }
a { background-color: rgb(187,207,189); }
div.DivClassName
{
background-color: #BBCFBD;
}
.BgClassName
{
background-color: #BBCFBD;
}
</style>
border-color css
<style>
span { border-color: #BBCFBD; }
span { border-color: rgb(187,207,189); }
td.TdClassName
{
border-color: #BBCFBD;
}
.TagClassName
{
border-color: #BBCFBD;
}
</style>