Shades of Opal #B4BFBD
Tints of Opal #B4BFBD
RGB
CMYK
RGB Variations
Color information
#B4BFBD (or 0xB4BFBD) is known color: Opal. HEX triplet: B4, BF and BD. RGB value is (180,191,189). Sum of RGB (Red+Green+Blue) = 180+191+189=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFBD is #4B4042. Grayscale: #BBBBBB. Windows color (decimal): -4931651 or 12435380. OLE color: 12435380.
HSL color Cylindrical-coordinate representation of color #B4BFBD: hue angle of 169.09º 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 #B4BFBD is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 191 | 189 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.25 |
| HSL | 169.09º | 0.08% | 0.73% | - |
| HSV(B) | 169.09º | 0.06% | 0.75% | - |
| XYZ | 46.64 | 50.64 | 55.46 | - |
| YUV | 187.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 189 | 0.06 | 0 | 0.01 | 0.25 | 169.09 | 0.08 | 0.73 |
| Hex | B4 | BF | BD | 6 | 0 | 1 | 19 | A9 | 8 | 49 |
| Octal | 264 | 277 | 275 | 6 | 0 | 1 | 31 | 251 | 10 | 111 |
| Binary | 10110100 | 10111111 | 10111101 | 110 | 0 | 1 | 11001 | 10101001 | 1000 | 1001001 |
Color Harmonies of #B4BFBD
Complementary color
Monochromatic Colors of #B4BFBD
Black with #B4BFBD
Text Example
Text Example
White with #B4BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BFBD; }
p { color: rgb(180,191,189); }
H1.HeaderClassName
{
color: #B4BFBD;
}
.AnyTagClassName
{
color: #B4BFBD;
}
</style>
background-color css
<style>
a { background-color: #B4BFBD; }
a { background-color: rgb(180,191,189); }
div.DivClassName
{
background-color: #B4BFBD;
}
.BgClassName
{
background-color: #B4BFBD;
}
</style>
border-color css
<style>
span { border-color: #B4BFBD; }
span { border-color: rgb(180,191,189); }
td.TdClassName
{
border-color: #B4BFBD;
}
.TagClassName
{
border-color: #B4BFBD;
}
</style>