Shades of Paris White #BACDBB
Tints of Paris White #BACDBB
RGB
CMYK
RGB Variations
Color information
#BACDBB (or 0xBACDBB) is known color: Paris White. HEX triplet: BA, CD and BB. RGB value is (186,205,187). Sum of RGB (Red+Green+Blue) = 186+205+187=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDBB is #453244. Grayscale: #C5C5C5. Windows color (decimal): -4534853 or 12307898. OLE color: 12307898.
HSL color Cylindrical-coordinate representation of color #BACDBB: hue angle of 123.16º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACDBB is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 187 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.20 |
| HSL | 123.16º | 0.16% | 0.77% | - |
| HSV(B) | 123.16º | 0.09% | 0.8% | - |
| XYZ | 51.05 | 57.69 | 55.46 | - |
| YUV | 197.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 187 | 0.09 | 0 | 0.09 | 0.20 | 123.16 | 0.16 | 0.77 |
| Hex | BA | CD | BB | 9 | 0 | 9 | 14 | 7B | 10 | 4D |
| Octal | 272 | 315 | 273 | 11 | 0 | 11 | 24 | 173 | 20 | 115 |
| Binary | 10111010 | 11001101 | 10111011 | 1001 | 0 | 1001 | 10100 | 1111011 | 10000 | 1001101 |
Color Harmonies of #BACDBB
Complementary color
Monochromatic Colors of #BACDBB
Black with #BACDBB
Text Example
Text Example
White with #BACDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDBB; }
p { color: rgb(186,205,187); }
H1.HeaderClassName
{
color: #BACDBB;
}
.AnyTagClassName
{
color: #BACDBB;
}
</style>
background-color css
<style>
a { background-color: #BACDBB; }
a { background-color: rgb(186,205,187); }
div.DivClassName
{
background-color: #BACDBB;
}
.BgClassName
{
background-color: #BACDBB;
}
</style>
border-color css
<style>
span { border-color: #BACDBB; }
span { border-color: rgb(186,205,187); }
td.TdClassName
{
border-color: #BACDBB;
}
.TagClassName
{
border-color: #BACDBB;
}
</style>