Shades of Opal #B7BCBB
Tints of Opal #B7BCBB
RGB
CMYK
RGB Variations
Color information
#B7BCBB (or 0xB7BCBB) is known color: Opal. HEX triplet: B7, BC and BB. RGB value is (183,188,187). Sum of RGB (Red+Green+Blue) = 183+188+187=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCBB is #484344. Grayscale: #BABABA. Windows color (decimal): -4735813 or 12303543. OLE color: 12303543.
HSL color Cylindrical-coordinate representation of color #B7BCBB: hue angle of 168º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B7BCBB is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 187 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.26 |
| HSL | 168º | 0.04% | 0.73% | - |
| HSV(B) | 168º | 0.03% | 0.74% | - |
| XYZ | 46.48 | 49.62 | 54.14 | - |
| YUV | 186.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 187 | 0.03 | 0 | 0.01 | 0.26 | 168 | 0.04 | 0.73 |
| Hex | B7 | BC | BB | 3 | 0 | 1 | 1A | A8 | 4 | 49 |
| Octal | 267 | 274 | 273 | 3 | 0 | 1 | 32 | 250 | 4 | 111 |
| Binary | 10110111 | 10111100 | 10111011 | 11 | 0 | 1 | 11010 | 10101000 | 100 | 1001001 |
Color Harmonies of #B7BCBB
Complementary color
Monochromatic Colors of #B7BCBB
Black with #B7BCBB
Text Example
Text Example
White with #B7BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCBB; }
p { color: rgb(183,188,187); }
H1.HeaderClassName
{
color: #B7BCBB;
}
.AnyTagClassName
{
color: #B7BCBB;
}
</style>
background-color css
<style>
a { background-color: #B7BCBB; }
a { background-color: rgb(183,188,187); }
div.DivClassName
{
background-color: #B7BCBB;
}
.BgClassName
{
background-color: #B7BCBB;
}
</style>
border-color css
<style>
span { border-color: #B7BCBB; }
span { border-color: rgb(183,188,187); }
td.TdClassName
{
border-color: #B7BCBB;
}
.TagClassName
{
border-color: #B7BCBB;
}
</style>