Shades of Paris White #BBC8BD
Tints of Paris White #BBC8BD
RGB
CMYK
RGB Variations
Color information
#BBC8BD (or 0xBBC8BD) is known color: Paris White. HEX triplet: BB, C8 and BD. RGB value is (187,200,189). Sum of RGB (Red+Green+Blue) = 187+200+189=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8BD is #443742. Grayscale: #C2C2C2. Windows color (decimal): -4470595 or 12437691. OLE color: 12437691.
HSL color Cylindrical-coordinate representation of color #BBC8BD: hue angle of 129.23º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC8BD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 189 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.22 |
| HSL | 129.23º | 0.11% | 0.76% | - |
| HSV(B) | 129.23º | 0.07% | 0.78% | - |
| XYZ | 50.33 | 55.55 | 56.21 | - |
| YUV | 194.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 189 | 0.06 | 0 | 0.06 | 0.22 | 129.23 | 0.11 | 0.76 |
| Hex | BB | C8 | BD | 6 | 0 | 6 | 16 | 81 | B | 4C |
| Octal | 273 | 310 | 275 | 6 | 0 | 6 | 26 | 201 | 13 | 114 |
| Binary | 10111011 | 11001000 | 10111101 | 110 | 0 | 110 | 10110 | 10000001 | 1011 | 1001100 |
Color Harmonies of #BBC8BD
Complementary color
Monochromatic Colors of #BBC8BD
Black with #BBC8BD
Text Example
Text Example
White with #BBC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8BD; }
p { color: rgb(187,200,189); }
H1.HeaderClassName
{
color: #BBC8BD;
}
.AnyTagClassName
{
color: #BBC8BD;
}
</style>
background-color css
<style>
a { background-color: #BBC8BD; }
a { background-color: rgb(187,200,189); }
div.DivClassName
{
background-color: #BBC8BD;
}
.BgClassName
{
background-color: #BBC8BD;
}
</style>
border-color css
<style>
span { border-color: #BBC8BD; }
span { border-color: rgb(187,200,189); }
td.TdClassName
{
border-color: #BBC8BD;
}
.TagClassName
{
border-color: #BBC8BD;
}
</style>