Shades of Paris White #BDCABC
Tints of Paris White #BDCABC
RGB
CMYK
RGB Variations
Color information
#BDCABC (or 0xBDCABC) is known color: Paris White. HEX triplet: BD, CA and BC. RGB value is (189,202,188). Sum of RGB (Red+Green+Blue) = 189+202+188=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCABC is #423543. Grayscale: #C4C4C4. Windows color (decimal): -4339012 or 12372669. OLE color: 12372669.
HSL color Cylindrical-coordinate representation of color #BDCABC: hue angle of 115.71º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCABC is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 188 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.21 |
| HSL | 115.71º | 0.12% | 0.76% | - |
| HSV(B) | 115.71º | 0.07% | 0.79% | - |
| XYZ | 51.18 | 56.69 | 55.82 | - |
| YUV | 196.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 188 | 0.06 | 0 | 0.07 | 0.21 | 115.71 | 0.12 | 0.76 |
| Hex | BD | CA | BC | 6 | 0 | 7 | 15 | 74 | C | 4C |
| Octal | 275 | 312 | 274 | 6 | 0 | 7 | 25 | 164 | 14 | 114 |
| Binary | 10111101 | 11001010 | 10111100 | 110 | 0 | 111 | 10101 | 1110100 | 1100 | 1001100 |
Color Harmonies of #BDCABC
Complementary color
Monochromatic Colors of #BDCABC
Black with #BDCABC
Text Example
Text Example
White with #BDCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCABC; }
p { color: rgb(189,202,188); }
H1.HeaderClassName
{
color: #BDCABC;
}
.AnyTagClassName
{
color: #BDCABC;
}
</style>
background-color css
<style>
a { background-color: #BDCABC; }
a { background-color: rgb(189,202,188); }
div.DivClassName
{
background-color: #BDCABC;
}
.BgClassName
{
background-color: #BDCABC;
}
</style>
border-color css
<style>
span { border-color: #BDCABC; }
span { border-color: rgb(189,202,188); }
td.TdClassName
{
border-color: #BDCABC;
}
.TagClassName
{
border-color: #BDCABC;
}
</style>