Shades of Opal #B5BFBC
Tints of Opal #B5BFBC
RGB
CMYK
RGB Variations
Color information
#B5BFBC (or 0xB5BFBC) is known color: Opal. HEX triplet: B5, BF and BC. RGB value is (181,191,188). Sum of RGB (Red+Green+Blue) = 181+191+188=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFBC is #4A4043. Grayscale: #BBBBBB. Windows color (decimal): -4866116 or 12369845. OLE color: 12369845.
HSL color Cylindrical-coordinate representation of color #B5BFBC: hue angle of 162º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5BFBC is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 188 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.25 |
| HSL | 162º | 0.07% | 0.73% | - |
| HSV(B) | 162º | 0.05% | 0.75% | - |
| XYZ | 46.76 | 50.72 | 54.9 | - |
| YUV | 187.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 188 | 0.05 | 0 | 0.02 | 0.25 | 162 | 0.07 | 0.73 |
| Hex | B5 | BF | BC | 5 | 0 | 2 | 19 | A2 | 7 | 49 |
| Octal | 265 | 277 | 274 | 5 | 0 | 2 | 31 | 242 | 7 | 111 |
| Binary | 10110101 | 10111111 | 10111100 | 101 | 0 | 10 | 11001 | 10100010 | 111 | 1001001 |
Color Harmonies of #B5BFBC
Complementary color
Monochromatic Colors of #B5BFBC
Black with #B5BFBC
Text Example
Text Example
White with #B5BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFBC; }
p { color: rgb(181,191,188); }
H1.HeaderClassName
{
color: #B5BFBC;
}
.AnyTagClassName
{
color: #B5BFBC;
}
</style>
background-color css
<style>
a { background-color: #B5BFBC; }
a { background-color: rgb(181,191,188); }
div.DivClassName
{
background-color: #B5BFBC;
}
.BgClassName
{
background-color: #B5BFBC;
}
</style>
border-color css
<style>
span { border-color: #B5BFBC; }
span { border-color: rgb(181,191,188); }
td.TdClassName
{
border-color: #B5BFBC;
}
.TagClassName
{
border-color: #B5BFBC;
}
</style>