Shades of Paris White #BACABD
Tints of Paris White #BACABD
RGB
CMYK
RGB Variations
Color information
#BACABD (or 0xBACABD) is known color: Paris White. HEX triplet: BA, CA and BD. RGB value is (186,202,189). Sum of RGB (Red+Green+Blue) = 186+202+189=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #BACABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACABD is #453542. Grayscale: #C3C3C3. Windows color (decimal): -4535619 or 12438202. OLE color: 12438202.
HSL color Cylindrical-coordinate representation of color #BACABD: hue angle of 131.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACABD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 189 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.21 |
| HSL | 131.25º | 0.13% | 0.76% | - |
| HSV(B) | 131.25º | 0.08% | 0.79% | - |
| XYZ | 50.56 | 56.35 | 56.36 | - |
| YUV | 195.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 189 | 0.08 | 0 | 0.06 | 0.21 | 131.25 | 0.13 | 0.76 |
| Hex | BA | CA | BD | 8 | 0 | 6 | 15 | 83 | D | 4C |
| Octal | 272 | 312 | 275 | 10 | 0 | 6 | 25 | 203 | 15 | 114 |
| Binary | 10111010 | 11001010 | 10111101 | 1000 | 0 | 110 | 10101 | 10000011 | 1101 | 1001100 |
Color Harmonies of #BACABD
Complementary color
Monochromatic Colors of #BACABD
Black with #BACABD
Text Example
Text Example
White with #BACABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACABD; }
p { color: rgb(186,202,189); }
H1.HeaderClassName
{
color: #BACABD;
}
.AnyTagClassName
{
color: #BACABD;
}
</style>
background-color css
<style>
a { background-color: #BACABD; }
a { background-color: rgb(186,202,189); }
div.DivClassName
{
background-color: #BACABD;
}
.BgClassName
{
background-color: #BACABD;
}
</style>
border-color css
<style>
span { border-color: #BACABD; }
span { border-color: rgb(186,202,189); }
td.TdClassName
{
border-color: #BACABD;
}
.TagClassName
{
border-color: #BACABD;
}
</style>