Shades of Opal #B1BFBB
Tints of Opal #B1BFBB
RGB
CMYK
RGB Variations
Color information
#B1BFBB (or 0xB1BFBB) is known color: Opal. HEX triplet: B1, BF and BB. RGB value is (177,191,187). Sum of RGB (Red+Green+Blue) = 177+191+187=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFBB is #4E4044. Grayscale: #BABABA. Windows color (decimal): -5128261 or 12304305. OLE color: 12304305.
HSL color Cylindrical-coordinate representation of color #B1BFBB: hue angle of 162.86º 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 #B1BFBB is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 187 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.25 |
| HSL | 162.86º | 0.1% | 0.72% | - |
| HSV(B) | 162.86º | 0.07% | 0.75% | - |
| XYZ | 45.73 | 50.2 | 54.29 | - |
| YUV | 186.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 187 | 0.07 | 0 | 0.02 | 0.25 | 162.86 | 0.1 | 0.72 |
| Hex | B1 | BF | BB | 7 | 0 | 2 | 19 | A3 | A | 48 |
| Octal | 261 | 277 | 273 | 7 | 0 | 2 | 31 | 243 | 12 | 110 |
| Binary | 10110001 | 10111111 | 10111011 | 111 | 0 | 10 | 11001 | 10100011 | 1010 | 1001000 |
Color Harmonies of #B1BFBB
Complementary color
Monochromatic Colors of #B1BFBB
Black with #B1BFBB
Text Example
Text Example
White with #B1BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BFBB; }
p { color: rgb(177,191,187); }
H1.HeaderClassName
{
color: #B1BFBB;
}
.AnyTagClassName
{
color: #B1BFBB;
}
</style>
background-color css
<style>
a { background-color: #B1BFBB; }
a { background-color: rgb(177,191,187); }
div.DivClassName
{
background-color: #B1BFBB;
}
.BgClassName
{
background-color: #B1BFBB;
}
</style>
border-color css
<style>
span { border-color: #B1BFBB; }
span { border-color: rgb(177,191,187); }
td.TdClassName
{
border-color: #B1BFBB;
}
.TagClassName
{
border-color: #B1BFBB;
}
</style>