Shades of Paris White #B9CDB9
Tints of Paris White #B9CDB9
RGB
CMYK
RGB Variations
Color information
#B9CDB9 (or 0xB9CDB9) is known color: Paris White. HEX triplet: B9, CD and B9. RGB value is (185,205,185). Sum of RGB (Red+Green+Blue) = 185+205+185=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDB9 is #463246. Grayscale: #C4C4C4. Windows color (decimal): -4600391 or 12176825. OLE color: 12176825.
HSL color Cylindrical-coordinate representation of color #B9CDB9: hue angle of 120º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CDB9 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 185 | 205 | 185 | - |
CMYK | 0.10 | 0 | 0.10 | 0.20 |
HSL | 120º | 0.17% | 0.76% | - |
HSV(B) | 120º | 0.1% | 0.8% | - |
XYZ | 50.6 | 57.48 | 54.33 | - |
YUV | 196.74 | 121.37 | 119.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 205 | 185 | 0.10 | 0 | 0.10 | 0.20 | 120 | 0.17 | 0.76 |
Hex | B9 | CD | B9 | A | 0 | A | 14 | 78 | 11 | 4C |
Octal | 271 | 315 | 271 | 12 | 0 | 12 | 24 | 170 | 21 | 114 |
Binary | 10111001 | 11001101 | 10111001 | 1010 | 0 | 1010 | 10100 | 1111000 | 10001 | 1001100 |
Color Harmonies of #B9CDB9
Complementary color
Monochromatic Colors of #B9CDB9
Black with #B9CDB9
Text Example
Text Example
White with #B9CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CDB9; }
p { color: rgb(185,205,185); }
H1.HeaderClassName
{
color: #B9CDB9;
}
.AnyTagClassName
{
color: #B9CDB9;
}
</style>
background-color css
<style>
a { background-color: #B9CDB9; }
a { background-color: rgb(185,205,185); }
div.DivClassName
{
background-color: #B9CDB9;
}
.BgClassName
{
background-color: #B9CDB9;
}
</style>
border-color css
<style>
span { border-color: #B9CDB9; }
span { border-color: rgb(185,205,185); }
td.TdClassName
{
border-color: #B9CDB9;
}
.TagClassName
{
border-color: #B9CDB9;
}
</style>