Shades of Paris White #BDCABE
Tints of Paris White #BDCABE
RGB
CMYK
RGB Variations
Color information
#BDCABE (or 0xBDCABE) is known color: Paris White. HEX triplet: BD, CA and BE. RGB value is (189,202,190). Sum of RGB (Red+Green+Blue) = 189+202+190=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCABE is #423541. Grayscale: #C4C4C4. Windows color (decimal): -4339010 or 12503741. OLE color: 12503741.
HSL color Cylindrical-coordinate representation of color #BDCABE: hue angle of 124.62º 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 #BDCABE is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 189 | 202 | 190 | - |
CMYK | 0.06 | 0 | 0.06 | 0.21 |
HSL | 124.62º | 0.11% | 0.77% | - |
HSV(B) | 124.62º | 0.06% | 0.79% | - |
XYZ | 51.4 | 56.78 | 56.97 | - |
YUV | 196.75 | 124.19 | 122.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 202 | 190 | 0.06 | 0 | 0.06 | 0.21 | 124.62 | 0.11 | 0.77 |
Hex | BD | CA | BE | 6 | 0 | 6 | 15 | 7D | B | 4D |
Octal | 275 | 312 | 276 | 6 | 0 | 6 | 25 | 175 | 13 | 115 |
Binary | 10111101 | 11001010 | 10111110 | 110 | 0 | 110 | 10101 | 1111101 | 1011 | 1001101 |
Color Harmonies of #BDCABE
Complementary color
Monochromatic Colors of #BDCABE
Black with #BDCABE
Text Example
Text Example
White with #BDCABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCABE; }
p { color: rgb(189,202,190); }
H1.HeaderClassName
{
color: #BDCABE;
}
.AnyTagClassName
{
color: #BDCABE;
}
</style>
background-color css
<style>
a { background-color: #BDCABE; }
a { background-color: rgb(189,202,190); }
div.DivClassName
{
background-color: #BDCABE;
}
.BgClassName
{
background-color: #BDCABE;
}
</style>
border-color css
<style>
span { border-color: #BDCABE; }
span { border-color: rgb(189,202,190); }
td.TdClassName
{
border-color: #BDCABE;
}
.TagClassName
{
border-color: #BDCABE;
}
</style>