Shades of Opal #B2BFBB
Tints of Opal #B2BFBB
RGB
CMYK
RGB Variations
Color information
#B2BFBB (or 0xB2BFBB) is known color: Opal. HEX triplet: B2, BF and BB. RGB value is (178,191,187). Sum of RGB (Red+Green+Blue) = 178+191+187=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFBB is #4D4044. Grayscale: #BABABA. Windows color (decimal): -5062725 or 12304306. OLE color: 12304306.
HSL color Cylindrical-coordinate representation of color #B2BFBB: hue angle of 161.54º degrees, saturation: 0.09, 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 #B2BFBB is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 187 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.25 |
| HSL | 161.54º | 0.09% | 0.72% | - |
| HSV(B) | 161.54º | 0.07% | 0.75% | - |
| XYZ | 45.96 | 50.31 | 54.3 | - |
| YUV | 186.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 187 | 0.07 | 0 | 0.02 | 0.25 | 161.54 | 0.09 | 0.72 |
| Hex | B2 | BF | BB | 7 | 0 | 2 | 19 | A2 | 9 | 48 |
| Octal | 262 | 277 | 273 | 7 | 0 | 2 | 31 | 242 | 11 | 110 |
| Binary | 10110010 | 10111111 | 10111011 | 111 | 0 | 10 | 11001 | 10100010 | 1001 | 1001000 |
Color Harmonies of #B2BFBB
Complementary color
Monochromatic Colors of #B2BFBB
Black with #B2BFBB
Text Example
Text Example
White with #B2BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFBB; }
p { color: rgb(178,191,187); }
H1.HeaderClassName
{
color: #B2BFBB;
}
.AnyTagClassName
{
color: #B2BFBB;
}
</style>
background-color css
<style>
a { background-color: #B2BFBB; }
a { background-color: rgb(178,191,187); }
div.DivClassName
{
background-color: #B2BFBB;
}
.BgClassName
{
background-color: #B2BFBB;
}
</style>
border-color css
<style>
span { border-color: #B2BFBB; }
span { border-color: rgb(178,191,187); }
td.TdClassName
{
border-color: #B2BFBB;
}
.TagClassName
{
border-color: #B2BFBB;
}
</style>