Shades of Opal #B4BEBB
Tints of Opal #B4BEBB
RGB
CMYK
RGB Variations
Color information
#B4BEBB (or 0xB4BEBB) is known color: Opal. HEX triplet: B4, BE and BB. RGB value is (180,190,187). Sum of RGB (Red+Green+Blue) = 180+190+187=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BEBB is #4B4144. Grayscale: #BABABA. Windows color (decimal): -4931909 or 12304052. OLE color: 12304052.
HSL color Cylindrical-coordinate representation of color #B4BEBB: hue angle of 162º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4BEBB is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 190 | 187 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.25 |
| HSL | 162º | 0.07% | 0.73% | - |
| HSV(B) | 162º | 0.05% | 0.75% | - |
| XYZ | 46.21 | 50.12 | 54.25 | - |
| YUV | 186.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 187 | 0.05 | 0 | 0.02 | 0.25 | 162 | 0.07 | 0.73 |
| Hex | B4 | BE | BB | 5 | 0 | 2 | 19 | A2 | 7 | 49 |
| Octal | 264 | 276 | 273 | 5 | 0 | 2 | 31 | 242 | 7 | 111 |
| Binary | 10110100 | 10111110 | 10111011 | 101 | 0 | 10 | 11001 | 10100010 | 111 | 1001001 |
Color Harmonies of #B4BEBB
Complementary color
Monochromatic Colors of #B4BEBB
Black with #B4BEBB
Text Example
Text Example
White with #B4BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BEBB; }
p { color: rgb(180,190,187); }
H1.HeaderClassName
{
color: #B4BEBB;
}
.AnyTagClassName
{
color: #B4BEBB;
}
</style>
background-color css
<style>
a { background-color: #B4BEBB; }
a { background-color: rgb(180,190,187); }
div.DivClassName
{
background-color: #B4BEBB;
}
.BgClassName
{
background-color: #B4BEBB;
}
</style>
border-color css
<style>
span { border-color: #B4BEBB; }
span { border-color: rgb(180,190,187); }
td.TdClassName
{
border-color: #B4BEBB;
}
.TagClassName
{
border-color: #B4BEBB;
}
</style>