Shades of Paris White #BDD3BF
Tints of Paris White #BDD3BF
RGB
CMYK
RGB Variations
Color information
#BDD3BF (or 0xBDD3BF) is known color: Paris White. HEX triplet: BD, D3 and BF. RGB value is (189,211,191). Sum of RGB (Red+Green+Blue) = 189+211+191=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3BF is #422C40. Grayscale: #CACACA. Windows color (decimal): -4336705 or 12571581. OLE color: 12571581.
HSL color Cylindrical-coordinate representation of color #BDD3BF: hue angle of 125.45º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3BF is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 191 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.17 |
| HSL | 125.45º | 0.2% | 0.78% | - |
| HSV(B) | 125.45º | 0.1% | 0.83% | - |
| XYZ | 53.68 | 61.17 | 58.27 | - |
| YUV | 202.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 191 | 0.10 | 0 | 0.09 | 0.17 | 125.45 | 0.2 | 0.78 |
| Hex | BD | D3 | BF | A | 0 | 9 | 11 | 7D | 14 | 4E |
| Octal | 275 | 323 | 277 | 12 | 0 | 11 | 21 | 175 | 24 | 116 |
| Binary | 10111101 | 11010011 | 10111111 | 1010 | 0 | 1001 | 10001 | 1111101 | 10100 | 1001110 |
Color Harmonies of #BDD3BF
Complementary color
Monochromatic Colors of #BDD3BF
Black with #BDD3BF
Text Example
Text Example
White with #BDD3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3BF; }
p { color: rgb(189,211,191); }
H1.HeaderClassName
{
color: #BDD3BF;
}
.AnyTagClassName
{
color: #BDD3BF;
}
</style>
background-color css
<style>
a { background-color: #BDD3BF; }
a { background-color: rgb(189,211,191); }
div.DivClassName
{
background-color: #BDD3BF;
}
.BgClassName
{
background-color: #BDD3BF;
}
</style>
border-color css
<style>
span { border-color: #BDD3BF; }
span { border-color: rgb(189,211,191); }
td.TdClassName
{
border-color: #BDD3BF;
}
.TagClassName
{
border-color: #BDD3BF;
}
</style>