Shades of Paris White #BDCEBC
Tints of Paris White #BDCEBC
RGB
CMYK
RGB Variations
Color information
#BDCEBC (or 0xBDCEBC) is known color: Paris White. HEX triplet: BD, CE and BC. RGB value is (189,206,188). Sum of RGB (Red+Green+Blue) = 189+206+188=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEBC is #423143. Grayscale: #C6C6C6. Windows color (decimal): -4337988 or 12373693. OLE color: 12373693.
HSL color Cylindrical-coordinate representation of color #BDCEBC: hue angle of 116.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCEBC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 188 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.19 |
| HSL | 116.67º | 0.16% | 0.77% | - |
| HSV(B) | 116.67º | 0.09% | 0.81% | - |
| XYZ | 52.13 | 58.59 | 56.14 | - |
| YUV | 198.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 188 | 0.08 | 0 | 0.09 | 0.19 | 116.67 | 0.16 | 0.77 |
| Hex | BD | CE | BC | 8 | 0 | 9 | 13 | 75 | 10 | 4D |
| Octal | 275 | 316 | 274 | 10 | 0 | 11 | 23 | 165 | 20 | 115 |
| Binary | 10111101 | 11001110 | 10111100 | 1000 | 0 | 1001 | 10011 | 1110101 | 10000 | 1001101 |
Color Harmonies of #BDCEBC
Complementary color
Monochromatic Colors of #BDCEBC
Black with #BDCEBC
Text Example
Text Example
White with #BDCEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEBC; }
p { color: rgb(189,206,188); }
H1.HeaderClassName
{
color: #BDCEBC;
}
.AnyTagClassName
{
color: #BDCEBC;
}
</style>
background-color css
<style>
a { background-color: #BDCEBC; }
a { background-color: rgb(189,206,188); }
div.DivClassName
{
background-color: #BDCEBC;
}
.BgClassName
{
background-color: #BDCEBC;
}
</style>
border-color css
<style>
span { border-color: #BDCEBC; }
span { border-color: rgb(189,206,188); }
td.TdClassName
{
border-color: #BDCEBC;
}
.TagClassName
{
border-color: #BDCEBC;
}
</style>