Shades of Paris White #BBCABB
Tints of Paris White #BBCABB
RGB
CMYK
RGB Variations
Color information
#BBCABB (or 0xBBCABB) is known color: Paris White. HEX triplet: BB, CA and BB. RGB value is (187,202,187). Sum of RGB (Red+Green+Blue) = 187+202+187=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCABB is #443544. Grayscale: #C3C3C3. Windows color (decimal): -4470085 or 12307131. OLE color: 12307131.
HSL color Cylindrical-coordinate representation of color #BBCABB: hue angle of 120º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBCABB is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 202 | 187 | - |
CMYK | 0.07 | 0 | 0.07 | 0.21 |
HSL | 120º | 0.12% | 0.76% | - |
HSV(B) | 120º | 0.07% | 0.79% | - |
XYZ | 50.58 | 56.39 | 55.23 | - |
YUV | 195.81 | 123.03 | 121.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 187 | 0.07 | 0 | 0.07 | 0.21 | 120 | 0.12 | 0.76 |
Hex | BB | CA | BB | 7 | 0 | 7 | 15 | 78 | C | 4C |
Octal | 273 | 312 | 273 | 7 | 0 | 7 | 25 | 170 | 14 | 114 |
Binary | 10111011 | 11001010 | 10111011 | 111 | 0 | 111 | 10101 | 1111000 | 1100 | 1001100 |
Color Harmonies of #BBCABB
Complementary color
Monochromatic Colors of #BBCABB
Black with #BBCABB
Text Example
Text Example
White with #BBCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCABB; }
p { color: rgb(187,202,187); }
H1.HeaderClassName
{
color: #BBCABB;
}
.AnyTagClassName
{
color: #BBCABB;
}
</style>
background-color css
<style>
a { background-color: #BBCABB; }
a { background-color: rgb(187,202,187); }
div.DivClassName
{
background-color: #BBCABB;
}
.BgClassName
{
background-color: #BBCABB;
}
</style>
border-color css
<style>
span { border-color: #BBCABB; }
span { border-color: rgb(187,202,187); }
td.TdClassName
{
border-color: #BBCABB;
}
.TagClassName
{
border-color: #BBCABB;
}
</style>