Shades of Paris White #BDCFC0
Tints of Paris White #BDCFC0
RGB
CMYK
RGB Variations
Color information
#BDCFC0 (or 0xBDCFC0) is known color: Paris White. HEX triplet: BD, CF and C0. RGB value is (189,207,192). Sum of RGB (Red+Green+Blue) = 189+207+192=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFC0 is #42303F. Grayscale: #C7C7C7. Windows color (decimal): -4337728 or 12636093. OLE color: 12636093.
HSL color Cylindrical-coordinate representation of color #BDCFC0: hue angle of 130º 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 #BDCFC0 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 192 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.19 |
| HSL | 130º | 0.16% | 0.78% | - |
| HSV(B) | 130º | 0.09% | 0.81% | - |
| XYZ | 52.81 | 59.25 | 58.52 | - |
| YUV | 199.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 192 | 0.09 | 0 | 0.07 | 0.19 | 130 | 0.16 | 0.78 |
| Hex | BD | CF | C0 | 9 | 0 | 7 | 13 | 82 | 10 | 4E |
| Octal | 275 | 317 | 300 | 11 | 0 | 7 | 23 | 202 | 20 | 116 |
| Binary | 10111101 | 11001111 | 11000000 | 1001 | 0 | 111 | 10011 | 10000010 | 10000 | 1001110 |
Color Harmonies of #BDCFC0
Complementary color
Monochromatic Colors of #BDCFC0
Black with #BDCFC0
Text Example
Text Example
White with #BDCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFC0; }
p { color: rgb(189,207,192); }
H1.HeaderClassName
{
color: #BDCFC0;
}
.AnyTagClassName
{
color: #BDCFC0;
}
</style>
background-color css
<style>
a { background-color: #BDCFC0; }
a { background-color: rgb(189,207,192); }
div.DivClassName
{
background-color: #BDCFC0;
}
.BgClassName
{
background-color: #BDCFC0;
}
</style>
border-color css
<style>
span { border-color: #BDCFC0; }
span { border-color: rgb(189,207,192); }
td.TdClassName
{
border-color: #BDCFC0;
}
.TagClassName
{
border-color: #BDCFC0;
}
</style>