Shades of Zanah #BBC0BB
Tints of Zanah #BBC0BB
RGB
CMYK
RGB Variations
Color information
#BBC0BB (or 0xBBC0BB) is known color: Zanah. HEX triplet: BB, C0 and BB. RGB value is (187,192,187). Sum of RGB (Red+Green+Blue) = 187+192+187=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0BB is #443F44. Grayscale: #BDBDBD. Windows color (decimal): -4472645 or 12304571. OLE color: 12304571.
HSL color Cylindrical-coordinate representation of color #BBC0BB: hue angle of 120º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBC0BB is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
RGB | 187 | 192 | 187 | - |
CMYK | 0.03 | 0 | 0.03 | 0.25 |
HSL | 120º | 0.04% | 0.74% | - |
HSV(B) | 120º | 0.03% | 0.75% | - |
XYZ | 48.31 | 51.85 | 54.48 | - |
YUV | 189.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 192 | 187 | 0.03 | 0 | 0.03 | 0.25 | 120 | 0.04 | 0.74 |
Hex | BB | C0 | BB | 3 | 0 | 3 | 19 | 78 | 4 | 4A |
Octal | 273 | 300 | 273 | 3 | 0 | 3 | 31 | 170 | 4 | 112 |
Binary | 10111011 | 11000000 | 10111011 | 11 | 0 | 11 | 11001 | 1111000 | 100 | 1001010 |
Color Harmonies of #BBC0BB
Complementary color
Monochromatic Colors of #BBC0BB
Black with #BBC0BB
Text Example
Text Example
White with #BBC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0BB; }
p { color: rgb(187,192,187); }
H1.HeaderClassName
{
color: #BBC0BB;
}
.AnyTagClassName
{
color: #BBC0BB;
}
</style>
background-color css
<style>
a { background-color: #BBC0BB; }
a { background-color: rgb(187,192,187); }
div.DivClassName
{
background-color: #BBC0BB;
}
.BgClassName
{
background-color: #BBC0BB;
}
</style>
border-color css
<style>
span { border-color: #BBC0BB; }
span { border-color: rgb(187,192,187); }
td.TdClassName
{
border-color: #BBC0BB;
}
.TagClassName
{
border-color: #BBC0BB;
}
</style>