Shades of Opal #B2BEBB
Tints of Opal #B2BEBB
RGB
CMYK
RGB Variations
Color information
#B2BEBB (or 0xB2BEBB) is known color: Opal. HEX triplet: B2, BE and BB. RGB value is (178,190,187). Sum of RGB (Red+Green+Blue) = 178+190+187=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEBB is #4D4144. Grayscale: #BABABA. Windows color (decimal): -5062981 or 12304050. OLE color: 12304050.
HSL color Cylindrical-coordinate representation of color #B2BEBB: hue angle of 165º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2BEBB is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 187 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.25 |
| HSL | 165º | 0.08% | 0.72% | - |
| HSV(B) | 165º | 0.06% | 0.75% | - |
| XYZ | 45.74 | 49.88 | 54.23 | - |
| YUV | 186.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 187 | 0.06 | 0 | 0.02 | 0.25 | 165 | 0.08 | 0.72 |
| Hex | B2 | BE | BB | 6 | 0 | 2 | 19 | A5 | 8 | 48 |
| Octal | 262 | 276 | 273 | 6 | 0 | 2 | 31 | 245 | 10 | 110 |
| Binary | 10110010 | 10111110 | 10111011 | 110 | 0 | 10 | 11001 | 10100101 | 1000 | 1001000 |
Color Harmonies of #B2BEBB
Complementary color
Monochromatic Colors of #B2BEBB
Black with #B2BEBB
Text Example
Text Example
White with #B2BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEBB; }
p { color: rgb(178,190,187); }
H1.HeaderClassName
{
color: #B2BEBB;
}
.AnyTagClassName
{
color: #B2BEBB;
}
</style>
background-color css
<style>
a { background-color: #B2BEBB; }
a { background-color: rgb(178,190,187); }
div.DivClassName
{
background-color: #B2BEBB;
}
.BgClassName
{
background-color: #B2BEBB;
}
</style>
border-color css
<style>
span { border-color: #B2BEBB; }
span { border-color: rgb(178,190,187); }
td.TdClassName
{
border-color: #B2BEBB;
}
.TagClassName
{
border-color: #B2BEBB;
}
</style>