Shades of Paris White #BBCBBC
Tints of Paris White #BBCBBC
RGB
CMYK
RGB Variations
Color information
#BBCBBC (or 0xBBCBBC) is known color: Paris White. HEX triplet: BB, CB and BC. RGB value is (187,203,188). Sum of RGB (Red+Green+Blue) = 187+203+188=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBBC is #443443. Grayscale: #C4C4C4. Windows color (decimal): -4469828 or 12372923. OLE color: 12372923.
HSL color Cylindrical-coordinate representation of color #BBCBBC: hue angle of 123.75º 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 #BBCBBC is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 203 | 188 | - |
CMYK | 0.08 | 0 | 0.07 | 0.20 |
HSL | 123.75º | 0.13% | 0.76% | - |
HSV(B) | 123.75º | 0.08% | 0.8% | - |
XYZ | 50.93 | 56.91 | 55.88 | - |
YUV | 196.51 | 123.2 | 121.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 203 | 188 | 0.08 | 0 | 0.07 | 0.20 | 123.75 | 0.13 | 0.76 |
Hex | BB | CB | BC | 8 | 0 | 7 | 14 | 7C | D | 4C |
Octal | 273 | 313 | 274 | 10 | 0 | 7 | 24 | 174 | 15 | 114 |
Binary | 10111011 | 11001011 | 10111100 | 1000 | 0 | 111 | 10100 | 1111100 | 1101 | 1001100 |
Color Harmonies of #BBCBBC
Complementary color
Monochromatic Colors of #BBCBBC
Black with #BBCBBC
Text Example
Text Example
White with #BBCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBBC; }
p { color: rgb(187,203,188); }
H1.HeaderClassName
{
color: #BBCBBC;
}
.AnyTagClassName
{
color: #BBCBBC;
}
</style>
background-color css
<style>
a { background-color: #BBCBBC; }
a { background-color: rgb(187,203,188); }
div.DivClassName
{
background-color: #BBCBBC;
}
.BgClassName
{
background-color: #BBCBBC;
}
</style>
border-color css
<style>
span { border-color: #BBCBBC; }
span { border-color: rgb(187,203,188); }
td.TdClassName
{
border-color: #BBCBBC;
}
.TagClassName
{
border-color: #BBCBBC;
}
</style>