Shades of Opal #B4BBBA
Tints of Opal #B4BBBA
RGB
CMYK
RGB Variations
Color information
#B4BBBA (or 0xB4BBBA) is known color: Opal. HEX triplet: B4, BB and BA. RGB value is (180,187,186). Sum of RGB (Red+Green+Blue) = 180+187+186=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBBA is #4B4445. Grayscale: #B8B8B8. Windows color (decimal): -4932678 or 12237748. OLE color: 12237748.
HSL color Cylindrical-coordinate representation of color #B4BBBA: hue angle of 171.43º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4BBBA is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 186 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.27 |
| HSL | 171.43º | 0.05% | 0.72% | - |
| HSV(B) | 171.43º | 0.04% | 0.73% | - |
| XYZ | 45.46 | 48.79 | 53.48 | - |
| YUV | 184.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 186 | 0.04 | 0 | 0.01 | 0.27 | 171.43 | 0.05 | 0.72 |
| Hex | B4 | BB | BA | 4 | 0 | 1 | 1B | AB | 5 | 48 |
| Octal | 264 | 273 | 272 | 4 | 0 | 1 | 33 | 253 | 5 | 110 |
| Binary | 10110100 | 10111011 | 10111010 | 100 | 0 | 1 | 11011 | 10101011 | 101 | 1001000 |
Color Harmonies of #B4BBBA
Complementary color
Monochromatic Colors of #B4BBBA
Black with #B4BBBA
Text Example
Text Example
White with #B4BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBBA; }
p { color: rgb(180,187,186); }
H1.HeaderClassName
{
color: #B4BBBA;
}
.AnyTagClassName
{
color: #B4BBBA;
}
</style>
background-color css
<style>
a { background-color: #B4BBBA; }
a { background-color: rgb(180,187,186); }
div.DivClassName
{
background-color: #B4BBBA;
}
.BgClassName
{
background-color: #B4BBBA;
}
</style>
border-color css
<style>
span { border-color: #B4BBBA; }
span { border-color: rgb(180,187,186); }
td.TdClassName
{
border-color: #B4BBBA;
}
.TagClassName
{
border-color: #B4BBBA;
}
</style>