Shades of Opal #B1BFBC
Tints of Opal #B1BFBC
RGB
CMYK
RGB Variations
Color information
#B1BFBC (or 0xB1BFBC) is known color: Opal. HEX triplet: B1, BF and BC. RGB value is (177,191,188). Sum of RGB (Red+Green+Blue) = 177+191+188=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFBC is #4E4043. Grayscale: #BABABA. Windows color (decimal): -5128260 or 12369841. OLE color: 12369841.
HSL color Cylindrical-coordinate representation of color #B1BFBC: hue angle of 167.14º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1BFBC is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 188 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.25 |
| HSL | 167.14º | 0.1% | 0.72% | - |
| HSV(B) | 167.14º | 0.07% | 0.75% | - |
| XYZ | 45.84 | 50.24 | 54.86 | - |
| YUV | 186.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 188 | 0.07 | 0 | 0.02 | 0.25 | 167.14 | 0.1 | 0.72 |
| Hex | B1 | BF | BC | 7 | 0 | 2 | 19 | A7 | A | 48 |
| Octal | 261 | 277 | 274 | 7 | 0 | 2 | 31 | 247 | 12 | 110 |
| Binary | 10110001 | 10111111 | 10111100 | 111 | 0 | 10 | 11001 | 10100111 | 1010 | 1001000 |
Color Harmonies of #B1BFBC
Complementary color
Monochromatic Colors of #B1BFBC
Black with #B1BFBC
Text Example
Text Example
White with #B1BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BFBC; }
p { color: rgb(177,191,188); }
H1.HeaderClassName
{
color: #B1BFBC;
}
.AnyTagClassName
{
color: #B1BFBC;
}
</style>
background-color css
<style>
a { background-color: #B1BFBC; }
a { background-color: rgb(177,191,188); }
div.DivClassName
{
background-color: #B1BFBC;
}
.BgClassName
{
background-color: #B1BFBC;
}
</style>
border-color css
<style>
span { border-color: #B1BFBC; }
span { border-color: rgb(177,191,188); }
td.TdClassName
{
border-color: #B1BFBC;
}
.TagClassName
{
border-color: #B1BFBC;
}
</style>