Shades of Paris White #BDCABD
Tints of Paris White #BDCABD
RGB
CMYK
RGB Variations
Color information
#BDCABD (or 0xBDCABD) is known color: Paris White. HEX triplet: BD, CA and BD. RGB value is (189,202,189). Sum of RGB (Red+Green+Blue) = 189+202+189=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCABD is #423542. Grayscale: #C4C4C4. Windows color (decimal): -4339011 or 12438205. OLE color: 12438205.
HSL color Cylindrical-coordinate representation of color #BDCABD: hue angle of 120º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDCABD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 189 | 202 | 189 | - |
CMYK | 0.06 | 0 | 0.06 | 0.21 |
HSL | 120º | 0.11% | 0.77% | - |
HSV(B) | 120º | 0.06% | 0.79% | - |
XYZ | 51.29 | 56.73 | 56.39 | - |
YUV | 196.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 202 | 189 | 0.06 | 0 | 0.06 | 0.21 | 120 | 0.11 | 0.77 |
Hex | BD | CA | BD | 6 | 0 | 6 | 15 | 78 | B | 4D |
Octal | 275 | 312 | 275 | 6 | 0 | 6 | 25 | 170 | 13 | 115 |
Binary | 10111101 | 11001010 | 10111101 | 110 | 0 | 110 | 10101 | 1111000 | 1011 | 1001101 |
Color Harmonies of #BDCABD
Complementary color
Monochromatic Colors of #BDCABD
Black with #BDCABD
Text Example
Text Example
White with #BDCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCABD; }
p { color: rgb(189,202,189); }
H1.HeaderClassName
{
color: #BDCABD;
}
.AnyTagClassName
{
color: #BDCABD;
}
</style>
background-color css
<style>
a { background-color: #BDCABD; }
a { background-color: rgb(189,202,189); }
div.DivClassName
{
background-color: #BDCABD;
}
.BgClassName
{
background-color: #BDCABD;
}
</style>
border-color css
<style>
span { border-color: #BDCABD; }
span { border-color: rgb(189,202,189); }
td.TdClassName
{
border-color: #BDCABD;
}
.TagClassName
{
border-color: #BDCABD;
}
</style>