Shades of Paris White #BBC1BB
Tints of Paris White #BBC1BB
RGB
CMYK
RGB Variations
Color information
#BBC1BB (or 0xBBC1BB) is known color: Paris White. HEX triplet: BB, C1 and BB. RGB value is (187,193,187). Sum of RGB (Red+Green+Blue) = 187+193+187=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1BB is #443E44. Grayscale: #BEBEBE. Windows color (decimal): -4472389 or 12304827. OLE color: 12304827.
HSL color Cylindrical-coordinate representation of color #BBC1BB: hue angle of 120º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBC1BB is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 193 | 187 | - |
CMYK | 0.03 | 0 | 0.03 | 0.24 |
HSL | 120º | 0.05% | 0.75% | - |
HSV(B) | 120º | 0.03% | 0.76% | - |
XYZ | 48.53 | 52.29 | 54.55 | - |
YUV | 190.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 193 | 187 | 0.03 | 0 | 0.03 | 0.24 | 120 | 0.05 | 0.75 |
Hex | BB | C1 | BB | 3 | 0 | 3 | 18 | 78 | 5 | 4B |
Octal | 273 | 301 | 273 | 3 | 0 | 3 | 30 | 170 | 5 | 113 |
Binary | 10111011 | 11000001 | 10111011 | 11 | 0 | 11 | 11000 | 1111000 | 101 | 1001011 |
Color Harmonies of #BBC1BB
Complementary color
Monochromatic Colors of #BBC1BB
Black with #BBC1BB
Text Example
Text Example
White with #BBC1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1BB; }
p { color: rgb(187,193,187); }
H1.HeaderClassName
{
color: #BBC1BB;
}
.AnyTagClassName
{
color: #BBC1BB;
}
</style>
background-color css
<style>
a { background-color: #BBC1BB; }
a { background-color: rgb(187,193,187); }
div.DivClassName
{
background-color: #BBC1BB;
}
.BgClassName
{
background-color: #BBC1BB;
}
</style>
border-color css
<style>
span { border-color: #BBC1BB; }
span { border-color: rgb(187,193,187); }
td.TdClassName
{
border-color: #BBC1BB;
}
.TagClassName
{
border-color: #BBC1BB;
}
</style>