Shades of Opal #B0BFBA
Tints of Opal #B0BFBA
RGB
CMYK
RGB Variations
Color information
#B0BFBA (or 0xB0BFBA) is known color: Opal. HEX triplet: B0, BF and BA. RGB value is (176,191,186). Sum of RGB (Red+Green+Blue) = 176+191+186=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFBA is #4F4045. Grayscale: #B9B9B9. Windows color (decimal): -5193798 or 12238768. OLE color: 12238768.
HSL color Cylindrical-coordinate representation of color #B0BFBA: hue angle of 160º 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 #B0BFBA is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 186 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.25 |
| HSL | 160º | 0.1% | 0.72% | - |
| HSV(B) | 160º | 0.08% | 0.75% | - |
| XYZ | 45.4 | 50.04 | 53.72 | - |
| YUV | 185.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 186 | 0.08 | 0 | 0.03 | 0.25 | 160 | 0.1 | 0.72 |
| Hex | B0 | BF | BA | 8 | 0 | 3 | 19 | A0 | A | 48 |
| Octal | 260 | 277 | 272 | 10 | 0 | 3 | 31 | 240 | 12 | 110 |
| Binary | 10110000 | 10111111 | 10111010 | 1000 | 0 | 11 | 11001 | 10100000 | 1010 | 1001000 |
Color Harmonies of #B0BFBA
Complementary color
Monochromatic Colors of #B0BFBA
Black with #B0BFBA
Text Example
Text Example
White with #B0BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFBA; }
p { color: rgb(176,191,186); }
H1.HeaderClassName
{
color: #B0BFBA;
}
.AnyTagClassName
{
color: #B0BFBA;
}
</style>
background-color css
<style>
a { background-color: #B0BFBA; }
a { background-color: rgb(176,191,186); }
div.DivClassName
{
background-color: #B0BFBA;
}
.BgClassName
{
background-color: #B0BFBA;
}
</style>
border-color css
<style>
span { border-color: #B0BFBA; }
span { border-color: rgb(176,191,186); }
td.TdClassName
{
border-color: #B0BFBA;
}
.TagClassName
{
border-color: #B0BFBA;
}
</style>