Shades of Opal #B4BCBA
Tints of Opal #B4BCBA
RGB
CMYK
RGB Variations
Color information
#B4BCBA (or 0xB4BCBA) is known color: Opal. HEX triplet: B4, BC and BA. RGB value is (180,188,186). Sum of RGB (Red+Green+Blue) = 180+188+186=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCBA is #4B4345. Grayscale: #B9B9B9. Windows color (decimal): -4932422 or 12238004. OLE color: 12238004.
HSL color Cylindrical-coordinate representation of color #B4BCBA: hue angle of 165º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4BCBA is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 188 | 186 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.26 |
| HSL | 165º | 0.06% | 0.72% | - |
| HSV(B) | 165º | 0.04% | 0.74% | - |
| XYZ | 45.67 | 49.21 | 53.55 | - |
| YUV | 185.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 186 | 0.04 | 0 | 0.01 | 0.26 | 165 | 0.06 | 0.72 |
| Hex | B4 | BC | BA | 4 | 0 | 1 | 1A | A5 | 6 | 48 |
| Octal | 264 | 274 | 272 | 4 | 0 | 1 | 32 | 245 | 6 | 110 |
| Binary | 10110100 | 10111100 | 10111010 | 100 | 0 | 1 | 11010 | 10100101 | 110 | 1001000 |
Color Harmonies of #B4BCBA
Complementary color
Monochromatic Colors of #B4BCBA
Black with #B4BCBA
Text Example
Text Example
White with #B4BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCBA; }
p { color: rgb(180,188,186); }
H1.HeaderClassName
{
color: #B4BCBA;
}
.AnyTagClassName
{
color: #B4BCBA;
}
</style>
background-color css
<style>
a { background-color: #B4BCBA; }
a { background-color: rgb(180,188,186); }
div.DivClassName
{
background-color: #B4BCBA;
}
.BgClassName
{
background-color: #B4BCBA;
}
</style>
border-color css
<style>
span { border-color: #B4BCBA; }
span { border-color: rgb(180,188,186); }
td.TdClassName
{
border-color: #B4BCBA;
}
.TagClassName
{
border-color: #B4BCBA;
}
</style>