Shades of Paris White #BCCCBF
Tints of Paris White #BCCCBF
RGB
CMYK
RGB Variations
Color information
#BCCCBF (or 0xBCCCBF) is known color: Paris White. HEX triplet: BC, CC and BF. RGB value is (188,204,191). Sum of RGB (Red+Green+Blue) = 188+204+191=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCBF is #433340. Grayscale: #C5C5C5. Windows color (decimal): -4404033 or 12569788. OLE color: 12569788.
HSL color Cylindrical-coordinate representation of color #BCCCBF: hue angle of 131.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCCBF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 191 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.2 |
| HSL | 131.25º | 0.14% | 0.77% | - |
| HSV(B) | 131.25º | 0.08% | 0.8% | - |
| XYZ | 51.74 | 57.64 | 57.69 | - |
| YUV | 197.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 191 | 0.08 | 0 | 0.06 | 0.2 | 131.25 | 0.14 | 0.77 |
| Hex | BC | CC | BF | 8 | 0 | 6 | 14 | 83 | E | 4D |
| Octal | 274 | 314 | 277 | 10 | 0 | 6 | 24 | 203 | 16 | 115 |
| Binary | 10111100 | 11001100 | 10111111 | 1000 | 0 | 110 | 10100 | 10000011 | 1110 | 1001101 |
Color Harmonies of #BCCCBF
Complementary color
Monochromatic Colors of #BCCCBF
Black with #BCCCBF
Text Example
Text Example
White with #BCCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCBF; }
p { color: rgb(188,204,191); }
H1.HeaderClassName
{
color: #BCCCBF;
}
.AnyTagClassName
{
color: #BCCCBF;
}
</style>
background-color css
<style>
a { background-color: #BCCCBF; }
a { background-color: rgb(188,204,191); }
div.DivClassName
{
background-color: #BCCCBF;
}
.BgClassName
{
background-color: #BCCCBF;
}
</style>
border-color css
<style>
span { border-color: #BCCCBF; }
span { border-color: rgb(188,204,191); }
td.TdClassName
{
border-color: #BCCCBF;
}
.TagClassName
{
border-color: #BCCCBF;
}
</style>