Shades of Opal #B1BEBB
Tints of Opal #B1BEBB
RGB
CMYK
RGB Variations
Color information
#B1BEBB (or 0xB1BEBB) is known color: Opal. HEX triplet: B1, BE and BB. RGB value is (177,190,187). Sum of RGB (Red+Green+Blue) = 177+190+187=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BEBB is #4E4144. Grayscale: #B9B9B9. Windows color (decimal): -5128517 or 12304049. OLE color: 12304049.
HSL color Cylindrical-coordinate representation of color #B1BEBB: hue angle of 166.15º degrees, saturation: 0.09, 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 #B1BEBB is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 190 | 187 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.25 |
| HSL | 166.15º | 0.09% | 0.72% | - |
| HSV(B) | 166.15º | 0.07% | 0.75% | - |
| XYZ | 45.51 | 49.76 | 54.22 | - |
| YUV | 185.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 187 | 0.07 | 0 | 0.02 | 0.25 | 166.15 | 0.09 | 0.72 |
| Hex | B1 | BE | BB | 7 | 0 | 2 | 19 | A6 | 9 | 48 |
| Octal | 261 | 276 | 273 | 7 | 0 | 2 | 31 | 246 | 11 | 110 |
| Binary | 10110001 | 10111110 | 10111011 | 111 | 0 | 10 | 11001 | 10100110 | 1001 | 1001000 |
Color Harmonies of #B1BEBB
Complementary color
Monochromatic Colors of #B1BEBB
Black with #B1BEBB
Text Example
Text Example
White with #B1BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BEBB; }
p { color: rgb(177,190,187); }
H1.HeaderClassName
{
color: #B1BEBB;
}
.AnyTagClassName
{
color: #B1BEBB;
}
</style>
background-color css
<style>
a { background-color: #B1BEBB; }
a { background-color: rgb(177,190,187); }
div.DivClassName
{
background-color: #B1BEBB;
}
.BgClassName
{
background-color: #B1BEBB;
}
</style>
border-color css
<style>
span { border-color: #B1BEBB; }
span { border-color: rgb(177,190,187); }
td.TdClassName
{
border-color: #B1BEBB;
}
.TagClassName
{
border-color: #B1BEBB;
}
</style>