Shades of Paris White #BCCABF
Tints of Paris White #BCCABF
RGB
CMYK
RGB Variations
Color information
#BCCABF (or 0xBCCABF) is known color: Paris White. HEX triplet: BC, CA and BF. RGB value is (188,202,191). Sum of RGB (Red+Green+Blue) = 188+202+191=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCABF is #433540. Grayscale: #C4C4C4. Windows color (decimal): -4404545 or 12569276. OLE color: 12569276.
HSL color Cylindrical-coordinate representation of color #BCCABF: hue angle of 132.86º 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 #BCCABF is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 191 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.21 |
| HSL | 132.86º | 0.12% | 0.76% | - |
| HSV(B) | 132.86º | 0.07% | 0.79% | - |
| XYZ | 51.26 | 56.69 | 57.53 | - |
| YUV | 196.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 191 | 0.07 | 0 | 0.05 | 0.21 | 132.86 | 0.12 | 0.76 |
| Hex | BC | CA | BF | 7 | 0 | 5 | 15 | 85 | C | 4C |
| Octal | 274 | 312 | 277 | 7 | 0 | 5 | 25 | 205 | 14 | 114 |
| Binary | 10111100 | 11001010 | 10111111 | 111 | 0 | 101 | 10101 | 10000101 | 1100 | 1001100 |
Color Harmonies of #BCCABF
Complementary color
Monochromatic Colors of #BCCABF
Black with #BCCABF
Text Example
Text Example
White with #BCCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCABF; }
p { color: rgb(188,202,191); }
H1.HeaderClassName
{
color: #BCCABF;
}
.AnyTagClassName
{
color: #BCCABF;
}
</style>
background-color css
<style>
a { background-color: #BCCABF; }
a { background-color: rgb(188,202,191); }
div.DivClassName
{
background-color: #BCCABF;
}
.BgClassName
{
background-color: #BCCABF;
}
</style>
border-color css
<style>
span { border-color: #BCCABF; }
span { border-color: rgb(188,202,191); }
td.TdClassName
{
border-color: #BCCABF;
}
.TagClassName
{
border-color: #BCCABF;
}
</style>