Shades of Paris White #B9C8BA
Tints of Paris White #B9C8BA
RGB
CMYK
RGB Variations
Color information
#B9C8BA (or 0xB9C8BA) is known color: Paris White. HEX triplet: B9, C8 and BA. RGB value is (185,200,186). Sum of RGB (Red+Green+Blue) = 185+200+186=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C8BA is #463745. Grayscale: #C1C1C1. Windows color (decimal): -4601670 or 12241081. OLE color: 12241081.
HSL color Cylindrical-coordinate representation of color #B9C8BA: hue angle of 124º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9C8BA is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 186 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.22 |
| HSL | 124º | 0.12% | 0.75% | - |
| HSV(B) | 124º | 0.07% | 0.78% | - |
| XYZ | 49.52 | 55.17 | 54.49 | - |
| YUV | 193.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 186 | 0.08 | 0 | 0.07 | 0.22 | 124 | 0.12 | 0.75 |
| Hex | B9 | C8 | BA | 8 | 0 | 7 | 16 | 7C | C | 4B |
| Octal | 271 | 310 | 272 | 10 | 0 | 7 | 26 | 174 | 14 | 113 |
| Binary | 10111001 | 11001000 | 10111010 | 1000 | 0 | 111 | 10110 | 1111100 | 1100 | 1001011 |
Color Harmonies of #B9C8BA
Complementary color
Monochromatic Colors of #B9C8BA
Black with #B9C8BA
Text Example
Text Example
White with #B9C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C8BA; }
p { color: rgb(185,200,186); }
H1.HeaderClassName
{
color: #B9C8BA;
}
.AnyTagClassName
{
color: #B9C8BA;
}
</style>
background-color css
<style>
a { background-color: #B9C8BA; }
a { background-color: rgb(185,200,186); }
div.DivClassName
{
background-color: #B9C8BA;
}
.BgClassName
{
background-color: #B9C8BA;
}
</style>
border-color css
<style>
span { border-color: #B9C8BA; }
span { border-color: rgb(185,200,186); }
td.TdClassName
{
border-color: #B9C8BA;
}
.TagClassName
{
border-color: #B9C8BA;
}
</style>