Shades of Opal #B2BEBA
Tints of Opal #B2BEBA
RGB
CMYK
RGB Variations
Color information
#B2BEBA (or 0xB2BEBA) is known color: Opal. HEX triplet: B2, BE and BA. RGB value is (178,190,186). Sum of RGB (Red+Green+Blue) = 178+190+186=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEBA is #4D4145. Grayscale: #B9B9B9. Windows color (decimal): -5062982 or 12238514. OLE color: 12238514.
HSL color Cylindrical-coordinate representation of color #B2BEBA: hue angle of 160º 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 #B2BEBA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 186 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.25 |
| HSL | 160º | 0.08% | 0.72% | - |
| HSV(B) | 160º | 0.06% | 0.75% | - |
| XYZ | 45.64 | 49.84 | 53.67 | - |
| YUV | 185.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 186 | 0.06 | 0 | 0.02 | 0.25 | 160 | 0.08 | 0.72 |
| Hex | B2 | BE | BA | 6 | 0 | 2 | 19 | A0 | 8 | 48 |
| Octal | 262 | 276 | 272 | 6 | 0 | 2 | 31 | 240 | 10 | 110 |
| Binary | 10110010 | 10111110 | 10111010 | 110 | 0 | 10 | 11001 | 10100000 | 1000 | 1001000 |
Color Harmonies of #B2BEBA
Complementary color
Monochromatic Colors of #B2BEBA
Black with #B2BEBA
Text Example
Text Example
White with #B2BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEBA; }
p { color: rgb(178,190,186); }
H1.HeaderClassName
{
color: #B2BEBA;
}
.AnyTagClassName
{
color: #B2BEBA;
}
</style>
background-color css
<style>
a { background-color: #B2BEBA; }
a { background-color: rgb(178,190,186); }
div.DivClassName
{
background-color: #B2BEBA;
}
.BgClassName
{
background-color: #B2BEBA;
}
</style>
border-color css
<style>
span { border-color: #B2BEBA; }
span { border-color: rgb(178,190,186); }
td.TdClassName
{
border-color: #B2BEBA;
}
.TagClassName
{
border-color: #B2BEBA;
}
</style>