Shades of Opal #B4BFBC
Tints of Opal #B4BFBC
RGB
CMYK
RGB Variations
Color information
#B4BFBC (or 0xB4BFBC) is known color: Opal. HEX triplet: B4, BF and BC. RGB value is (180,191,188). Sum of RGB (Red+Green+Blue) = 180+191+188=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFBC is #4B4043. Grayscale: #BBBBBB. Windows color (decimal): -4931652 or 12369844. OLE color: 12369844.
HSL color Cylindrical-coordinate representation of color #B4BFBC: hue angle of 163.64º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4BFBC is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 191 | 188 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.25 |
| HSL | 163.64º | 0.08% | 0.73% | - |
| HSV(B) | 163.64º | 0.06% | 0.75% | - |
| XYZ | 46.53 | 50.6 | 54.89 | - |
| YUV | 187.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 188 | 0.06 | 0 | 0.02 | 0.25 | 163.64 | 0.08 | 0.73 |
| Hex | B4 | BF | BC | 6 | 0 | 2 | 19 | A4 | 8 | 49 |
| Octal | 264 | 277 | 274 | 6 | 0 | 2 | 31 | 244 | 10 | 111 |
| Binary | 10110100 | 10111111 | 10111100 | 110 | 0 | 10 | 11001 | 10100100 | 1000 | 1001001 |
Color Harmonies of #B4BFBC
Complementary color
Monochromatic Colors of #B4BFBC
Black with #B4BFBC
Text Example
Text Example
White with #B4BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BFBC; }
p { color: rgb(180,191,188); }
H1.HeaderClassName
{
color: #B4BFBC;
}
.AnyTagClassName
{
color: #B4BFBC;
}
</style>
background-color css
<style>
a { background-color: #B4BFBC; }
a { background-color: rgb(180,191,188); }
div.DivClassName
{
background-color: #B4BFBC;
}
.BgClassName
{
background-color: #B4BFBC;
}
</style>
border-color css
<style>
span { border-color: #B4BFBC; }
span { border-color: rgb(180,191,188); }
td.TdClassName
{
border-color: #B4BFBC;
}
.TagClassName
{
border-color: #B4BFBC;
}
</style>