Shades of Opal #B0C3BE
Tints of Opal #B0C3BE
RGB
CMYK
RGB Variations
Color information
#B0C3BE (or 0xB0C3BE) is known color: Opal. HEX triplet: B0, C3 and BE. RGB value is (176,195,190). Sum of RGB (Red+Green+Blue) = 176+195+190=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C3BE is #4F3C41. Grayscale: #BCBCBC. Windows color (decimal): -5192770 or 12501936. OLE color: 12501936.
HSL color Cylindrical-coordinate representation of color #B0C3BE: hue angle of 164.21º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0C3BE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 195 | 190 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.24 |
| HSL | 164.21º | 0.14% | 0.73% | - |
| HSV(B) | 164.21º | 0.1% | 0.76% | - |
| XYZ | 46.71 | 51.98 | 56.29 | - |
| YUV | 188.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 195 | 190 | 0.10 | 0 | 0.03 | 0.24 | 164.21 | 0.14 | 0.73 |
| Hex | B0 | C3 | BE | A | 0 | 3 | 18 | A4 | E | 49 |
| Octal | 260 | 303 | 276 | 12 | 0 | 3 | 30 | 244 | 16 | 111 |
| Binary | 10110000 | 11000011 | 10111110 | 1010 | 0 | 11 | 11000 | 10100100 | 1110 | 1001001 |
Color Harmonies of #B0C3BE
Complementary color
Monochromatic Colors of #B0C3BE
Black with #B0C3BE
Text Example
Text Example
White with #B0C3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C3BE; }
p { color: rgb(176,195,190); }
H1.HeaderClassName
{
color: #B0C3BE;
}
.AnyTagClassName
{
color: #B0C3BE;
}
</style>
background-color css
<style>
a { background-color: #B0C3BE; }
a { background-color: rgb(176,195,190); }
div.DivClassName
{
background-color: #B0C3BE;
}
.BgClassName
{
background-color: #B0C3BE;
}
</style>
border-color css
<style>
span { border-color: #B0C3BE; }
span { border-color: rgb(176,195,190); }
td.TdClassName
{
border-color: #B0C3BE;
}
.TagClassName
{
border-color: #B0C3BE;
}
</style>