Shades of Paris White #BCCBBE
Tints of Paris White #BCCBBE
RGB
CMYK
RGB Variations
Color information
#BCCBBE (or 0xBCCBBE) is known color: Paris White. HEX triplet: BC, CB and BE. RGB value is (188,203,190). Sum of RGB (Red+Green+Blue) = 188+203+190=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBBE is #433441. Grayscale: #C5C5C5. Windows color (decimal): -4404290 or 12503996. OLE color: 12503996.
HSL color Cylindrical-coordinate representation of color #BCCBBE: hue angle of 128º 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 #BCCBBE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 190 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.20 |
| HSL | 128º | 0.13% | 0.77% | - |
| HSV(B) | 128º | 0.07% | 0.8% | - |
| XYZ | 51.39 | 57.12 | 57.03 | - |
| YUV | 197.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 190 | 0.07 | 0 | 0.06 | 0.20 | 128 | 0.13 | 0.77 |
| Hex | BC | CB | BE | 7 | 0 | 6 | 14 | 80 | D | 4D |
| Octal | 274 | 313 | 276 | 7 | 0 | 6 | 24 | 200 | 15 | 115 |
| Binary | 10111100 | 11001011 | 10111110 | 111 | 0 | 110 | 10100 | 10000000 | 1101 | 1001101 |
Color Harmonies of #BCCBBE
Complementary color
Monochromatic Colors of #BCCBBE
Black with #BCCBBE
Text Example
Text Example
White with #BCCBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBBE; }
p { color: rgb(188,203,190); }
H1.HeaderClassName
{
color: #BCCBBE;
}
.AnyTagClassName
{
color: #BCCBBE;
}
</style>
background-color css
<style>
a { background-color: #BCCBBE; }
a { background-color: rgb(188,203,190); }
div.DivClassName
{
background-color: #BCCBBE;
}
.BgClassName
{
background-color: #BCCBBE;
}
</style>
border-color css
<style>
span { border-color: #BCCBBE; }
span { border-color: rgb(188,203,190); }
td.TdClassName
{
border-color: #BCCBBE;
}
.TagClassName
{
border-color: #BCCBBE;
}
</style>