Shades of Paris White #BDD2BE
Tints of Paris White #BDD2BE
RGB
CMYK
RGB Variations
Color information
#BDD2BE (or 0xBDD2BE) is known color: Paris White. HEX triplet: BD, D2 and BE. RGB value is (189,210,190). Sum of RGB (Red+Green+Blue) = 189+210+190=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2BE is #422D41. Grayscale: #C9C9C9. Windows color (decimal): -4336962 or 12505789. OLE color: 12505789.
HSL color Cylindrical-coordinate representation of color #BDD2BE: hue angle of 122.86º 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 #BDD2BE is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 190 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.18 |
| HSL | 122.86º | 0.19% | 0.78% | - |
| HSV(B) | 122.86º | 0.1% | 0.82% | - |
| XYZ | 53.33 | 60.63 | 57.61 | - |
| YUV | 201.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 190 | 0.10 | 0 | 0.10 | 0.18 | 122.86 | 0.19 | 0.78 |
| Hex | BD | D2 | BE | A | 0 | A | 12 | 7B | 13 | 4E |
| Octal | 275 | 322 | 276 | 12 | 0 | 12 | 22 | 173 | 23 | 116 |
| Binary | 10111101 | 11010010 | 10111110 | 1010 | 0 | 1010 | 10010 | 1111011 | 10011 | 1001110 |
Color Harmonies of #BDD2BE
Complementary color
Monochromatic Colors of #BDD2BE
Black with #BDD2BE
Text Example
Text Example
White with #BDD2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2BE; }
p { color: rgb(189,210,190); }
H1.HeaderClassName
{
color: #BDD2BE;
}
.AnyTagClassName
{
color: #BDD2BE;
}
</style>
background-color css
<style>
a { background-color: #BDD2BE; }
a { background-color: rgb(189,210,190); }
div.DivClassName
{
background-color: #BDD2BE;
}
.BgClassName
{
background-color: #BDD2BE;
}
</style>
border-color css
<style>
span { border-color: #BDD2BE; }
span { border-color: rgb(189,210,190); }
td.TdClassName
{
border-color: #BDD2BE;
}
.TagClassName
{
border-color: #BDD2BE;
}
</style>