Shades of Paris White #BCCBBF
Tints of Paris White #BCCBBF
RGB
CMYK
RGB Variations
Color information
#BCCBBF (or 0xBCCBBF) is known color: Paris White. HEX triplet: BC, CB and BF. RGB value is (188,203,191). Sum of RGB (Red+Green+Blue) = 188+203+191=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBBF is #433440. Grayscale: #C5C5C5. Windows color (decimal): -4404289 or 12569532. OLE color: 12569532.
HSL color Cylindrical-coordinate representation of color #BCCBBF: hue angle of 132º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCCBBF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 191 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.20 |
| HSL | 132º | 0.13% | 0.77% | - |
| HSV(B) | 132º | 0.07% | 0.8% | - |
| XYZ | 51.5 | 57.16 | 57.61 | - |
| YUV | 197.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 191 | 0.07 | 0 | 0.06 | 0.20 | 132 | 0.13 | 0.77 |
| Hex | BC | CB | BF | 7 | 0 | 6 | 14 | 84 | D | 4D |
| Octal | 274 | 313 | 277 | 7 | 0 | 6 | 24 | 204 | 15 | 115 |
| Binary | 10111100 | 11001011 | 10111111 | 111 | 0 | 110 | 10100 | 10000100 | 1101 | 1001101 |
Color Harmonies of #BCCBBF
Complementary color
Monochromatic Colors of #BCCBBF
Black with #BCCBBF
Text Example
Text Example
White with #BCCBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBBF; }
p { color: rgb(188,203,191); }
H1.HeaderClassName
{
color: #BCCBBF;
}
.AnyTagClassName
{
color: #BCCBBF;
}
</style>
background-color css
<style>
a { background-color: #BCCBBF; }
a { background-color: rgb(188,203,191); }
div.DivClassName
{
background-color: #BCCBBF;
}
.BgClassName
{
background-color: #BCCBBF;
}
</style>
border-color css
<style>
span { border-color: #BCCBBF; }
span { border-color: rgb(188,203,191); }
td.TdClassName
{
border-color: #BCCBBF;
}
.TagClassName
{
border-color: #BCCBBF;
}
</style>