Shades of Opal #B0BFBC
Tints of Opal #B0BFBC
RGB
CMYK
RGB Variations
Color information
#B0BFBC (or 0xB0BFBC) is known color: Opal. HEX triplet: B0, BF and BC. RGB value is (176,191,188). Sum of RGB (Red+Green+Blue) = 176+191+188=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFBC is #4F4043. Grayscale: #BABABA. Windows color (decimal): -5193796 or 12369840. OLE color: 12369840.
HSL color Cylindrical-coordinate representation of color #B0BFBC: hue angle of 168º 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 #B0BFBC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 188 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.25 |
| HSL | 168º | 0.1% | 0.72% | - |
| HSV(B) | 168º | 0.08% | 0.75% | - |
| XYZ | 45.61 | 50.12 | 54.85 | - |
| YUV | 186.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 188 | 0.08 | 0 | 0.02 | 0.25 | 168 | 0.1 | 0.72 |
| Hex | B0 | BF | BC | 8 | 0 | 2 | 19 | A8 | A | 48 |
| Octal | 260 | 277 | 274 | 10 | 0 | 2 | 31 | 250 | 12 | 110 |
| Binary | 10110000 | 10111111 | 10111100 | 1000 | 0 | 10 | 11001 | 10101000 | 1010 | 1001000 |
Color Harmonies of #B0BFBC
Complementary color
Monochromatic Colors of #B0BFBC
Black with #B0BFBC
Text Example
Text Example
White with #B0BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFBC; }
p { color: rgb(176,191,188); }
H1.HeaderClassName
{
color: #B0BFBC;
}
.AnyTagClassName
{
color: #B0BFBC;
}
</style>
background-color css
<style>
a { background-color: #B0BFBC; }
a { background-color: rgb(176,191,188); }
div.DivClassName
{
background-color: #B0BFBC;
}
.BgClassName
{
background-color: #B0BFBC;
}
</style>
border-color css
<style>
span { border-color: #B0BFBC; }
span { border-color: rgb(176,191,188); }
td.TdClassName
{
border-color: #B0BFBC;
}
.TagClassName
{
border-color: #B0BFBC;
}
</style>