Shades of Paris White #BDD2BF
Tints of Paris White #BDD2BF
RGB
CMYK
RGB Variations
Color information
#BDD2BF (or 0xBDD2BF) is known color: Paris White. HEX triplet: BD, D2 and BF. RGB value is (189,210,191). Sum of RGB (Red+Green+Blue) = 189+210+191=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2BF is #422D40. Grayscale: #C9C9C9. Windows color (decimal): -4336961 or 12571325. OLE color: 12571325.
HSL color Cylindrical-coordinate representation of color #BDD2BF: hue angle of 125.71º degrees, saturation: 0.19, 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 #BDD2BF is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 191 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.18 |
| HSL | 125.71º | 0.19% | 0.78% | - |
| HSV(B) | 125.71º | 0.1% | 0.82% | - |
| XYZ | 53.44 | 60.67 | 58.18 | - |
| YUV | 201.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 191 | 0.10 | 0 | 0.09 | 0.18 | 125.71 | 0.19 | 0.78 |
| Hex | BD | D2 | BF | A | 0 | 9 | 12 | 7E | 13 | 4E |
| Octal | 275 | 322 | 277 | 12 | 0 | 11 | 22 | 176 | 23 | 116 |
| Binary | 10111101 | 11010010 | 10111111 | 1010 | 0 | 1001 | 10010 | 1111110 | 10011 | 1001110 |
Color Harmonies of #BDD2BF
Complementary color
Monochromatic Colors of #BDD2BF
Black with #BDD2BF
Text Example
Text Example
White with #BDD2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2BF; }
p { color: rgb(189,210,191); }
H1.HeaderClassName
{
color: #BDD2BF;
}
.AnyTagClassName
{
color: #BDD2BF;
}
</style>
background-color css
<style>
a { background-color: #BDD2BF; }
a { background-color: rgb(189,210,191); }
div.DivClassName
{
background-color: #BDD2BF;
}
.BgClassName
{
background-color: #BDD2BF;
}
</style>
border-color css
<style>
span { border-color: #BDD2BF; }
span { border-color: rgb(189,210,191); }
td.TdClassName
{
border-color: #BDD2BF;
}
.TagClassName
{
border-color: #BDD2BF;
}
</style>