Shades of Paris White #BBCEBB
Tints of Paris White #BBCEBB
RGB
CMYK
RGB Variations
Color information
#BBCEBB (or 0xBBCEBB) is known color: Paris White. HEX triplet: BB, CE and BB. RGB value is (187,206,187). Sum of RGB (Red+Green+Blue) = 187+206+187=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEBB is #443144. Grayscale: #C6C6C6. Windows color (decimal): -4469061 or 12308155. OLE color: 12308155.
HSL color Cylindrical-coordinate representation of color #BBCEBB: hue angle of 120º 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 #BBCEBB is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 187 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.19 |
| HSL | 120º | 0.16% | 0.77% | - |
| HSV(B) | 120º | 0.09% | 0.81% | - |
| XYZ | 51.53 | 58.3 | 55.55 | - |
| YUV | 198.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 187 | 0.09 | 0 | 0.09 | 0.19 | 120 | 0.16 | 0.77 |
| Hex | BB | CE | BB | 9 | 0 | 9 | 13 | 78 | 10 | 4D |
| Octal | 273 | 316 | 273 | 11 | 0 | 11 | 23 | 170 | 20 | 115 |
| Binary | 10111011 | 11001110 | 10111011 | 1001 | 0 | 1001 | 10011 | 1111000 | 10000 | 1001101 |
Color Harmonies of #BBCEBB
Complementary color
Monochromatic Colors of #BBCEBB
Black with #BBCEBB
Text Example
Text Example
White with #BBCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEBB; }
p { color: rgb(187,206,187); }
H1.HeaderClassName
{
color: #BBCEBB;
}
.AnyTagClassName
{
color: #BBCEBB;
}
</style>
background-color css
<style>
a { background-color: #BBCEBB; }
a { background-color: rgb(187,206,187); }
div.DivClassName
{
background-color: #BBCEBB;
}
.BgClassName
{
background-color: #BBCEBB;
}
</style>
border-color css
<style>
span { border-color: #BBCEBB; }
span { border-color: rgb(187,206,187); }
td.TdClassName
{
border-color: #BBCEBB;
}
.TagClassName
{
border-color: #BBCEBB;
}
</style>