Shades of Opal #B3BDBA
Tints of Opal #B3BDBA
RGB
CMYK
RGB Variations
Color information
#B3BDBA (or 0xB3BDBA) is known color: Opal. HEX triplet: B3, BD and BA. RGB value is (179,189,186). Sum of RGB (Red+Green+Blue) = 179+189+186=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDBA is #4C4245. Grayscale: #B9B9B9. Windows color (decimal): -4997702 or 12238259. OLE color: 12238259.
HSL color Cylindrical-coordinate representation of color #B3BDBA: hue angle of 162º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B3BDBA is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 189 | 186 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.26 |
| HSL | 162º | 0.07% | 0.72% | - |
| HSV(B) | 162º | 0.05% | 0.74% | - |
| XYZ | 45.65 | 49.52 | 53.61 | - |
| YUV | 185.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 186 | 0.05 | 0 | 0.02 | 0.26 | 162 | 0.07 | 0.72 |
| Hex | B3 | BD | BA | 5 | 0 | 2 | 1A | A2 | 7 | 48 |
| Octal | 263 | 275 | 272 | 5 | 0 | 2 | 32 | 242 | 7 | 110 |
| Binary | 10110011 | 10111101 | 10111010 | 101 | 0 | 10 | 11010 | 10100010 | 111 | 1001000 |
Color Harmonies of #B3BDBA
Complementary color
Monochromatic Colors of #B3BDBA
Black with #B3BDBA
Text Example
Text Example
White with #B3BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BDBA; }
p { color: rgb(179,189,186); }
H1.HeaderClassName
{
color: #B3BDBA;
}
.AnyTagClassName
{
color: #B3BDBA;
}
</style>
background-color css
<style>
a { background-color: #B3BDBA; }
a { background-color: rgb(179,189,186); }
div.DivClassName
{
background-color: #B3BDBA;
}
.BgClassName
{
background-color: #B3BDBA;
}
</style>
border-color css
<style>
span { border-color: #B3BDBA; }
span { border-color: rgb(179,189,186); }
td.TdClassName
{
border-color: #B3BDBA;
}
.TagClassName
{
border-color: #B3BDBA;
}
</style>