Shades of Paris White #BDD1BF
Tints of Paris White #BDD1BF
RGB
CMYK
RGB Variations
Color information
#BDD1BF (or 0xBDD1BF) is known color: Paris White. HEX triplet: BD, D1 and BF. RGB value is (189,209,191). Sum of RGB (Red+Green+Blue) = 189+209+191=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1BF is #422E40. Grayscale: #C9C9C9. Windows color (decimal): -4337217 or 12571069. OLE color: 12571069.
HSL color Cylindrical-coordinate representation of color #BDD1BF: hue angle of 126º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD1BF is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 191 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.18 |
| HSL | 126º | 0.18% | 0.78% | - |
| HSV(B) | 126º | 0.1% | 0.82% | - |
| XYZ | 53.19 | 60.18 | 58.1 | - |
| YUV | 200.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 191 | 0.10 | 0 | 0.09 | 0.18 | 126 | 0.18 | 0.78 |
| Hex | BD | D1 | BF | A | 0 | 9 | 12 | 7E | 12 | 4E |
| Octal | 275 | 321 | 277 | 12 | 0 | 11 | 22 | 176 | 22 | 116 |
| Binary | 10111101 | 11010001 | 10111111 | 1010 | 0 | 1001 | 10010 | 1111110 | 10010 | 1001110 |
Color Harmonies of #BDD1BF
Complementary color
Monochromatic Colors of #BDD1BF
Black with #BDD1BF
Text Example
Text Example
White with #BDD1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1BF; }
p { color: rgb(189,209,191); }
H1.HeaderClassName
{
color: #BDD1BF;
}
.AnyTagClassName
{
color: #BDD1BF;
}
</style>
background-color css
<style>
a { background-color: #BDD1BF; }
a { background-color: rgb(189,209,191); }
div.DivClassName
{
background-color: #BDD1BF;
}
.BgClassName
{
background-color: #BDD1BF;
}
</style>
border-color css
<style>
span { border-color: #BDD1BF; }
span { border-color: rgb(189,209,191); }
td.TdClassName
{
border-color: #BDD1BF;
}
.TagClassName
{
border-color: #BDD1BF;
}
</style>