Shades of Opal #B0BBB8
Tints of Opal #B0BBB8
RGB
CMYK
RGB Variations
Color information
#B0BBB8 (or 0xB0BBB8) is known color: Opal. HEX triplet: B0, BB and B8. RGB value is (176,187,184). Sum of RGB (Red+Green+Blue) = 176+187+184=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBB8 is #4F4447. Grayscale: #B7B7B7. Windows color (decimal): -5194824 or 12106672. OLE color: 12106672.
HSL color Cylindrical-coordinate representation of color #B0BBB8: hue angle of 163.64º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0BBB8 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 184 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.27 |
| HSL | 163.64º | 0.07% | 0.71% | - |
| HSV(B) | 163.64º | 0.06% | 0.73% | - |
| XYZ | 44.33 | 48.23 | 52.32 | - |
| YUV | 183.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 184 | 0.06 | 0 | 0.02 | 0.27 | 163.64 | 0.07 | 0.71 |
| Hex | B0 | BB | B8 | 6 | 0 | 2 | 1B | A4 | 7 | 47 |
| Octal | 260 | 273 | 270 | 6 | 0 | 2 | 33 | 244 | 7 | 107 |
| Binary | 10110000 | 10111011 | 10111000 | 110 | 0 | 10 | 11011 | 10100100 | 111 | 1000111 |
Color Harmonies of #B0BBB8
Complementary color
Monochromatic Colors of #B0BBB8
Black with #B0BBB8
Text Example
Text Example
White with #B0BBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBB8; }
p { color: rgb(176,187,184); }
H1.HeaderClassName
{
color: #B0BBB8;
}
.AnyTagClassName
{
color: #B0BBB8;
}
</style>
background-color css
<style>
a { background-color: #B0BBB8; }
a { background-color: rgb(176,187,184); }
div.DivClassName
{
background-color: #B0BBB8;
}
.BgClassName
{
background-color: #B0BBB8;
}
</style>
border-color css
<style>
span { border-color: #B0BBB8; }
span { border-color: rgb(176,187,184); }
td.TdClassName
{
border-color: #B0BBB8;
}
.TagClassName
{
border-color: #B0BBB8;
}
</style>