Shades of Paris White #BDCEC0
Tints of Paris White #BDCEC0
RGB
CMYK
RGB Variations
Color information
#BDCEC0 (or 0xBDCEC0) is known color: Paris White. HEX triplet: BD, CE and C0. RGB value is (189,206,192). Sum of RGB (Red+Green+Blue) = 189+206+192=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC0 is #42313F. Grayscale: #C7C7C7. Windows color (decimal): -4337984 or 12635837. OLE color: 12635837.
HSL color Cylindrical-coordinate representation of color #BDCEC0: hue angle of 130.59º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCEC0 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 189 | 206 | 192 | - |
CMYK | 0.08 | 0 | 0.07 | 0.19 |
HSL | 130.59º | 0.15% | 0.77% | - |
HSV(B) | 130.59º | 0.08% | 0.81% | - |
XYZ | 52.57 | 58.77 | 58.44 | - |
YUV | 199.32 | 123.87 | 120.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 206 | 192 | 0.08 | 0 | 0.07 | 0.19 | 130.59 | 0.15 | 0.77 |
Hex | BD | CE | C0 | 8 | 0 | 7 | 13 | 83 | F | 4D |
Octal | 275 | 316 | 300 | 10 | 0 | 7 | 23 | 203 | 17 | 115 |
Binary | 10111101 | 11001110 | 11000000 | 1000 | 0 | 111 | 10011 | 10000011 | 1111 | 1001101 |
Color Harmonies of #BDCEC0
Complementary color
Monochromatic Colors of #BDCEC0
Black with #BDCEC0
Text Example
Text Example
White with #BDCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEC0; }
p { color: rgb(189,206,192); }
H1.HeaderClassName
{
color: #BDCEC0;
}
.AnyTagClassName
{
color: #BDCEC0;
}
</style>
background-color css
<style>
a { background-color: #BDCEC0; }
a { background-color: rgb(189,206,192); }
div.DivClassName
{
background-color: #BDCEC0;
}
.BgClassName
{
background-color: #BDCEC0;
}
</style>
border-color css
<style>
span { border-color: #BDCEC0; }
span { border-color: rgb(189,206,192); }
td.TdClassName
{
border-color: #BDCEC0;
}
.TagClassName
{
border-color: #BDCEC0;
}
</style>