Shades of Opal #B0C1BE
Tints of Opal #B0C1BE
RGB
CMYK
RGB Variations
Color information
#B0C1BE (or 0xB0C1BE) is known color: Opal. HEX triplet: B0, C1 and BE. RGB value is (176,193,190). Sum of RGB (Red+Green+Blue) = 176+193+190=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C1BE is #4F3E41. Grayscale: #BBBBBB. Windows color (decimal): -5193282 or 12501424. OLE color: 12501424.
HSL color Cylindrical-coordinate representation of color #B0C1BE: hue angle of 169.41º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0C1BE is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 193 | 190 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.24 |
| HSL | 169.41º | 0.12% | 0.72% | - |
| HSV(B) | 169.41º | 0.09% | 0.76% | - |
| XYZ | 46.27 | 51.09 | 56.14 | - |
| YUV | 187.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 193 | 190 | 0.09 | 0 | 0.02 | 0.24 | 169.41 | 0.12 | 0.72 |
| Hex | B0 | C1 | BE | 9 | 0 | 2 | 18 | A9 | C | 48 |
| Octal | 260 | 301 | 276 | 11 | 0 | 2 | 30 | 251 | 14 | 110 |
| Binary | 10110000 | 11000001 | 10111110 | 1001 | 0 | 10 | 11000 | 10101001 | 1100 | 1001000 |
Color Harmonies of #B0C1BE
Complementary color
Monochromatic Colors of #B0C1BE
Black with #B0C1BE
Text Example
Text Example
White with #B0C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C1BE; }
p { color: rgb(176,193,190); }
H1.HeaderClassName
{
color: #B0C1BE;
}
.AnyTagClassName
{
color: #B0C1BE;
}
</style>
background-color css
<style>
a { background-color: #B0C1BE; }
a { background-color: rgb(176,193,190); }
div.DivClassName
{
background-color: #B0C1BE;
}
.BgClassName
{
background-color: #B0C1BE;
}
</style>
border-color css
<style>
span { border-color: #B0C1BE; }
span { border-color: rgb(176,193,190); }
td.TdClassName
{
border-color: #B0C1BE;
}
.TagClassName
{
border-color: #B0C1BE;
}
</style>