Shades of Paris White #BCCCBD
Tints of Paris White #BCCCBD
RGB
CMYK
RGB Variations
Color information
#BCCCBD (or 0xBCCCBD) is known color: Paris White. HEX triplet: BC, CC and BD. RGB value is (188,204,189). Sum of RGB (Red+Green+Blue) = 188+204+189=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCBD is #433342. Grayscale: #C5C5C5. Windows color (decimal): -4404035 or 12438716. OLE color: 12438716.
HSL color Cylindrical-coordinate representation of color #BCCCBD: hue angle of 123.75º 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 #BCCCBD is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 189 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.2 |
| HSL | 123.75º | 0.14% | 0.77% | - |
| HSV(B) | 123.75º | 0.08% | 0.8% | - |
| XYZ | 51.52 | 57.55 | 56.54 | - |
| YUV | 197.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 189 | 0.08 | 0 | 0.07 | 0.2 | 123.75 | 0.14 | 0.77 |
| Hex | BC | CC | BD | 8 | 0 | 7 | 14 | 7C | E | 4D |
| Octal | 274 | 314 | 275 | 10 | 0 | 7 | 24 | 174 | 16 | 115 |
| Binary | 10111100 | 11001100 | 10111101 | 1000 | 0 | 111 | 10100 | 1111100 | 1110 | 1001101 |
Color Harmonies of #BCCCBD
Complementary color
Monochromatic Colors of #BCCCBD
Black with #BCCCBD
Text Example
Text Example
White with #BCCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCBD; }
p { color: rgb(188,204,189); }
H1.HeaderClassName
{
color: #BCCCBD;
}
.AnyTagClassName
{
color: #BCCCBD;
}
</style>
background-color css
<style>
a { background-color: #BCCCBD; }
a { background-color: rgb(188,204,189); }
div.DivClassName
{
background-color: #BCCCBD;
}
.BgClassName
{
background-color: #BCCCBD;
}
</style>
border-color css
<style>
span { border-color: #BCCCBD; }
span { border-color: rgb(188,204,189); }
td.TdClassName
{
border-color: #BCCCBD;
}
.TagClassName
{
border-color: #BCCCBD;
}
</style>