Shades of Opal #B0BEBB
Tints of Opal #B0BEBB
RGB
CMYK
RGB Variations
Color information
#B0BEBB (or 0xB0BEBB) is known color: Opal. HEX triplet: B0, BE and BB. RGB value is (176,190,187). Sum of RGB (Red+Green+Blue) = 176+190+187=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BEBB is #4F4144. Grayscale: #B9B9B9. Windows color (decimal): -5194053 or 12304048. OLE color: 12304048.
HSL color Cylindrical-coordinate representation of color #B0BEBB: hue angle of 167.14º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0BEBB is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 187 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.25 |
| HSL | 167.14º | 0.1% | 0.72% | - |
| HSV(B) | 167.14º | 0.07% | 0.75% | - |
| XYZ | 45.29 | 49.64 | 54.21 | - |
| YUV | 185.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 187 | 0.07 | 0 | 0.02 | 0.25 | 167.14 | 0.1 | 0.72 |
| Hex | B0 | BE | BB | 7 | 0 | 2 | 19 | A7 | A | 48 |
| Octal | 260 | 276 | 273 | 7 | 0 | 2 | 31 | 247 | 12 | 110 |
| Binary | 10110000 | 10111110 | 10111011 | 111 | 0 | 10 | 11001 | 10100111 | 1010 | 1001000 |
Color Harmonies of #B0BEBB
Complementary color
Monochromatic Colors of #B0BEBB
Black with #B0BEBB
Text Example
Text Example
White with #B0BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BEBB; }
p { color: rgb(176,190,187); }
H1.HeaderClassName
{
color: #B0BEBB;
}
.AnyTagClassName
{
color: #B0BEBB;
}
</style>
background-color css
<style>
a { background-color: #B0BEBB; }
a { background-color: rgb(176,190,187); }
div.DivClassName
{
background-color: #B0BEBB;
}
.BgClassName
{
background-color: #B0BEBB;
}
</style>
border-color css
<style>
span { border-color: #B0BEBB; }
span { border-color: rgb(176,190,187); }
td.TdClassName
{
border-color: #B0BEBB;
}
.TagClassName
{
border-color: #B0BEBB;
}
</style>