Shades of Opal #B2BBB9
Tints of Opal #B2BBB9
RGB
CMYK
RGB Variations
Color information
#B2BBB9 (or 0xB2BBB9) is known color: Opal. HEX triplet: B2, BB and B9. RGB value is (178,187,185). Sum of RGB (Red+Green+Blue) = 178+187+185=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBB9 is #4D4446. Grayscale: #B8B8B8. Windows color (decimal): -5063751 or 12172210. OLE color: 12172210.
HSL color Cylindrical-coordinate representation of color #B2BBB9: hue angle of 166.67º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2BBB9 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 185 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.27 |
| HSL | 166.67º | 0.06% | 0.72% | - |
| HSV(B) | 166.67º | 0.05% | 0.73% | - |
| XYZ | 44.89 | 48.51 | 52.9 | - |
| YUV | 184.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 185 | 0.05 | 0 | 0.01 | 0.27 | 166.67 | 0.06 | 0.72 |
| Hex | B2 | BB | B9 | 5 | 0 | 1 | 1B | A7 | 6 | 48 |
| Octal | 262 | 273 | 271 | 5 | 0 | 1 | 33 | 247 | 6 | 110 |
| Binary | 10110010 | 10111011 | 10111001 | 101 | 0 | 1 | 11011 | 10100111 | 110 | 1001000 |
Color Harmonies of #B2BBB9
Complementary color
Monochromatic Colors of #B2BBB9
Black with #B2BBB9
Text Example
Text Example
White with #B2BBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBB9; }
p { color: rgb(178,187,185); }
H1.HeaderClassName
{
color: #B2BBB9;
}
.AnyTagClassName
{
color: #B2BBB9;
}
</style>
background-color css
<style>
a { background-color: #B2BBB9; }
a { background-color: rgb(178,187,185); }
div.DivClassName
{
background-color: #B2BBB9;
}
.BgClassName
{
background-color: #B2BBB9;
}
</style>
border-color css
<style>
span { border-color: #B2BBB9; }
span { border-color: rgb(178,187,185); }
td.TdClassName
{
border-color: #B2BBB9;
}
.TagClassName
{
border-color: #B2BBB9;
}
</style>