Shades of Paris White #BCCABC
Tints of Paris White #BCCABC
RGB
CMYK
RGB Variations
Color information
#BCCABC (or 0xBCCABC) is known color: Paris White. HEX triplet: BC, CA and BC. RGB value is (188,202,188). Sum of RGB (Red+Green+Blue) = 188+202+188=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCABC is #433543. Grayscale: #C4C4C4. Windows color (decimal): -4404548 or 12372668. OLE color: 12372668.
HSL color Cylindrical-coordinate representation of color #BCCABC: hue angle of 120º 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 #BCCABC is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 188 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.21 |
| HSL | 120º | 0.12% | 0.76% | - |
| HSV(B) | 120º | 0.07% | 0.79% | - |
| XYZ | 50.94 | 56.56 | 55.81 | - |
| YUV | 196.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 188 | 0.07 | 0 | 0.07 | 0.21 | 120 | 0.12 | 0.76 |
| Hex | BC | CA | BC | 7 | 0 | 7 | 15 | 78 | C | 4C |
| Octal | 274 | 312 | 274 | 7 | 0 | 7 | 25 | 170 | 14 | 114 |
| Binary | 10111100 | 11001010 | 10111100 | 111 | 0 | 111 | 10101 | 1111000 | 1100 | 1001100 |
Color Harmonies of #BCCABC
Complementary color
Monochromatic Colors of #BCCABC
Black with #BCCABC
Text Example
Text Example
White with #BCCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCABC; }
p { color: rgb(188,202,188); }
H1.HeaderClassName
{
color: #BCCABC;
}
.AnyTagClassName
{
color: #BCCABC;
}
</style>
background-color css
<style>
a { background-color: #BCCABC; }
a { background-color: rgb(188,202,188); }
div.DivClassName
{
background-color: #BCCABC;
}
.BgClassName
{
background-color: #BCCABC;
}
</style>
border-color css
<style>
span { border-color: #BCCABC; }
span { border-color: rgb(188,202,188); }
td.TdClassName
{
border-color: #BCCABC;
}
.TagClassName
{
border-color: #BCCABC;
}
</style>