Shades of Paris White #BBCBBE
Tints of Paris White #BBCBBE
RGB
CMYK
RGB Variations
Color information
#BBCBBE (or 0xBBCBBE) is known color: Paris White. HEX triplet: BB, CB and BE. RGB value is (187,203,190). Sum of RGB (Red+Green+Blue) = 187+203+190=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBBE is #443441. Grayscale: #C4C4C4. Windows color (decimal): -4469826 or 12503995. OLE color: 12503995.
HSL color Cylindrical-coordinate representation of color #BBCBBE: hue angle of 131.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCBBE is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 190 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.20 |
| HSL | 131.25º | 0.13% | 0.76% | - |
| HSV(B) | 131.25º | 0.08% | 0.8% | - |
| XYZ | 51.14 | 56.99 | 57.02 | - |
| YUV | 196.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 190 | 0.08 | 0 | 0.06 | 0.20 | 131.25 | 0.13 | 0.76 |
| Hex | BB | CB | BE | 8 | 0 | 6 | 14 | 83 | D | 4C |
| Octal | 273 | 313 | 276 | 10 | 0 | 6 | 24 | 203 | 15 | 114 |
| Binary | 10111011 | 11001011 | 10111110 | 1000 | 0 | 110 | 10100 | 10000011 | 1101 | 1001100 |
Color Harmonies of #BBCBBE
Complementary color
Monochromatic Colors of #BBCBBE
Black with #BBCBBE
Text Example
Text Example
White with #BBCBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBBE; }
p { color: rgb(187,203,190); }
H1.HeaderClassName
{
color: #BBCBBE;
}
.AnyTagClassName
{
color: #BBCBBE;
}
</style>
background-color css
<style>
a { background-color: #BBCBBE; }
a { background-color: rgb(187,203,190); }
div.DivClassName
{
background-color: #BBCBBE;
}
.BgClassName
{
background-color: #BBCBBE;
}
</style>
border-color css
<style>
span { border-color: #BBCBBE; }
span { border-color: rgb(187,203,190); }
td.TdClassName
{
border-color: #BBCBBE;
}
.TagClassName
{
border-color: #BBCBBE;
}
</style>