Shades of Paris White #BBCEBC
Tints of Paris White #BBCEBC
RGB
CMYK
RGB Variations
Color information
#BBCEBC (or 0xBBCEBC) is known color: Paris White. HEX triplet: BB, CE and BC. RGB value is (187,206,188). Sum of RGB (Red+Green+Blue) = 187+206+188=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEBC is #443143. Grayscale: #C6C6C6. Windows color (decimal): -4469060 or 12373691. OLE color: 12373691.
HSL color Cylindrical-coordinate representation of color #BBCEBC: hue angle of 123.16º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCEBC is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 188 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.19 |
| HSL | 123.16º | 0.16% | 0.77% | - |
| HSV(B) | 123.16º | 0.09% | 0.81% | - |
| XYZ | 51.64 | 58.34 | 56.12 | - |
| YUV | 198.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 188 | 0.09 | 0 | 0.09 | 0.19 | 123.16 | 0.16 | 0.77 |
| Hex | BB | CE | BC | 9 | 0 | 9 | 13 | 7B | 10 | 4D |
| Octal | 273 | 316 | 274 | 11 | 0 | 11 | 23 | 173 | 20 | 115 |
| Binary | 10111011 | 11001110 | 10111100 | 1001 | 0 | 1001 | 10011 | 1111011 | 10000 | 1001101 |
Color Harmonies of #BBCEBC
Complementary color
Monochromatic Colors of #BBCEBC
Black with #BBCEBC
Text Example
Text Example
White with #BBCEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEBC; }
p { color: rgb(187,206,188); }
H1.HeaderClassName
{
color: #BBCEBC;
}
.AnyTagClassName
{
color: #BBCEBC;
}
</style>
background-color css
<style>
a { background-color: #BBCEBC; }
a { background-color: rgb(187,206,188); }
div.DivClassName
{
background-color: #BBCEBC;
}
.BgClassName
{
background-color: #BBCEBC;
}
</style>
border-color css
<style>
span { border-color: #BBCEBC; }
span { border-color: rgb(187,206,188); }
td.TdClassName
{
border-color: #BBCEBC;
}
.TagClassName
{
border-color: #BBCEBC;
}
</style>