Shades of Paris White #BCCCBB
Tints of Paris White #BCCCBB
RGB
CMYK
RGB Variations
Color information
#BCCCBB (or 0xBCCCBB) is known color: Paris White. HEX triplet: BC, CC and BB. RGB value is (188,204,187). Sum of RGB (Red+Green+Blue) = 188+204+187=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCBB is #433344. Grayscale: #C5C5C5. Windows color (decimal): -4404037 or 12307644. OLE color: 12307644.
HSL color Cylindrical-coordinate representation of color #BCCCBB: hue angle of 116.47º 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 #BCCCBB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 187 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.2 |
| HSL | 116.47º | 0.14% | 0.77% | - |
| HSV(B) | 116.47º | 0.08% | 0.8% | - |
| XYZ | 51.3 | 57.46 | 55.4 | - |
| YUV | 197.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 187 | 0.08 | 0 | 0.08 | 0.2 | 116.47 | 0.14 | 0.77 |
| Hex | BC | CC | BB | 8 | 0 | 8 | 14 | 74 | E | 4D |
| Octal | 274 | 314 | 273 | 10 | 0 | 10 | 24 | 164 | 16 | 115 |
| Binary | 10111100 | 11001100 | 10111011 | 1000 | 0 | 1000 | 10100 | 1110100 | 1110 | 1001101 |
Color Harmonies of #BCCCBB
Complementary color
Monochromatic Colors of #BCCCBB
Black with #BCCCBB
Text Example
Text Example
White with #BCCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCBB; }
p { color: rgb(188,204,187); }
H1.HeaderClassName
{
color: #BCCCBB;
}
.AnyTagClassName
{
color: #BCCCBB;
}
</style>
background-color css
<style>
a { background-color: #BCCCBB; }
a { background-color: rgb(188,204,187); }
div.DivClassName
{
background-color: #BCCCBB;
}
.BgClassName
{
background-color: #BCCCBB;
}
</style>
border-color css
<style>
span { border-color: #BCCCBB; }
span { border-color: rgb(188,204,187); }
td.TdClassName
{
border-color: #BCCCBB;
}
.TagClassName
{
border-color: #BCCCBB;
}
</style>