Shades of Opal #B0BFBB
Tints of Opal #B0BFBB
RGB
CMYK
RGB Variations
Color information
#B0BFBB (or 0xB0BFBB) is known color: Opal. HEX triplet: B0, BF and BB. RGB value is (176,191,187). Sum of RGB (Red+Green+Blue) = 176+191+187=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFBB is #4F4044. Grayscale: #BABABA. Windows color (decimal): -5193797 or 12304304. OLE color: 12304304.
HSL color Cylindrical-coordinate representation of color #B0BFBB: hue angle of 164º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0BFBB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 187 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.25 |
| HSL | 164º | 0.1% | 0.72% | - |
| HSV(B) | 164º | 0.08% | 0.75% | - |
| XYZ | 45.5 | 50.08 | 54.28 | - |
| YUV | 186.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 187 | 0.08 | 0 | 0.02 | 0.25 | 164 | 0.1 | 0.72 |
| Hex | B0 | BF | BB | 8 | 0 | 2 | 19 | A4 | A | 48 |
| Octal | 260 | 277 | 273 | 10 | 0 | 2 | 31 | 244 | 12 | 110 |
| Binary | 10110000 | 10111111 | 10111011 | 1000 | 0 | 10 | 11001 | 10100100 | 1010 | 1001000 |
Color Harmonies of #B0BFBB
Complementary color
Monochromatic Colors of #B0BFBB
Black with #B0BFBB
Text Example
Text Example
White with #B0BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFBB; }
p { color: rgb(176,191,187); }
H1.HeaderClassName
{
color: #B0BFBB;
}
.AnyTagClassName
{
color: #B0BFBB;
}
</style>
background-color css
<style>
a { background-color: #B0BFBB; }
a { background-color: rgb(176,191,187); }
div.DivClassName
{
background-color: #B0BFBB;
}
.BgClassName
{
background-color: #B0BFBB;
}
</style>
border-color css
<style>
span { border-color: #B0BFBB; }
span { border-color: rgb(176,191,187); }
td.TdClassName
{
border-color: #B0BFBB;
}
.TagClassName
{
border-color: #B0BFBB;
}
</style>