Shades of Paris White #BDCFBE
Tints of Paris White #BDCFBE
RGB
CMYK
RGB Variations
Color information
#BDCFBE (or 0xBDCFBE) is known color: Paris White. HEX triplet: BD, CF and BE. RGB value is (189,207,190). Sum of RGB (Red+Green+Blue) = 189+207+190=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFBE is #423041. Grayscale: #C7C7C7. Windows color (decimal): -4337730 or 12505021. OLE color: 12505021.
HSL color Cylindrical-coordinate representation of color #BDCFBE: hue angle of 123.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCFBE is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 190 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.19 |
| HSL | 123.33º | 0.16% | 0.78% | - |
| HSV(B) | 123.33º | 0.09% | 0.81% | - |
| XYZ | 52.59 | 59.16 | 57.36 | - |
| YUV | 199.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 190 | 0.09 | 0 | 0.08 | 0.19 | 123.33 | 0.16 | 0.78 |
| Hex | BD | CF | BE | 9 | 0 | 8 | 13 | 7B | 10 | 4E |
| Octal | 275 | 317 | 276 | 11 | 0 | 10 | 23 | 173 | 20 | 116 |
| Binary | 10111101 | 11001111 | 10111110 | 1001 | 0 | 1000 | 10011 | 1111011 | 10000 | 1001110 |
Color Harmonies of #BDCFBE
Complementary color
Monochromatic Colors of #BDCFBE
Black with #BDCFBE
Text Example
Text Example
White with #BDCFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFBE; }
p { color: rgb(189,207,190); }
H1.HeaderClassName
{
color: #BDCFBE;
}
.AnyTagClassName
{
color: #BDCFBE;
}
</style>
background-color css
<style>
a { background-color: #BDCFBE; }
a { background-color: rgb(189,207,190); }
div.DivClassName
{
background-color: #BDCFBE;
}
.BgClassName
{
background-color: #BDCFBE;
}
</style>
border-color css
<style>
span { border-color: #BDCFBE; }
span { border-color: rgb(189,207,190); }
td.TdClassName
{
border-color: #BDCFBE;
}
.TagClassName
{
border-color: #BDCFBE;
}
</style>