Shades of Opal #B4C0BE
Tints of Opal #B4C0BE
RGB
CMYK
RGB Variations
Color information
#B4C0BE (or 0xB4C0BE) is known color: Opal. HEX triplet: B4, C0 and BE. RGB value is (180,192,190). Sum of RGB (Red+Green+Blue) = 180+192+190=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0BE is #4B3F41. Grayscale: #BCBCBC. Windows color (decimal): -4931394 or 12501172. OLE color: 12501172.
HSL color Cylindrical-coordinate representation of color #B4C0BE: hue angle of 170º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4C0BE is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 192 | 190 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.25 |
| HSL | 170º | 0.09% | 0.73% | - |
| HSV(B) | 170º | 0.06% | 0.75% | - |
| XYZ | 46.97 | 51.12 | 56.11 | - |
| YUV | 188.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 190 | 0.06 | 0 | 0.01 | 0.25 | 170 | 0.09 | 0.73 |
| Hex | B4 | C0 | BE | 6 | 0 | 1 | 19 | AA | 9 | 49 |
| Octal | 264 | 300 | 276 | 6 | 0 | 1 | 31 | 252 | 11 | 111 |
| Binary | 10110100 | 11000000 | 10111110 | 110 | 0 | 1 | 11001 | 10101010 | 1001 | 1001001 |
Color Harmonies of #B4C0BE
Complementary color
Monochromatic Colors of #B4C0BE
Black with #B4C0BE
Text Example
Text Example
White with #B4C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C0BE; }
p { color: rgb(180,192,190); }
H1.HeaderClassName
{
color: #B4C0BE;
}
.AnyTagClassName
{
color: #B4C0BE;
}
</style>
background-color css
<style>
a { background-color: #B4C0BE; }
a { background-color: rgb(180,192,190); }
div.DivClassName
{
background-color: #B4C0BE;
}
.BgClassName
{
background-color: #B4C0BE;
}
</style>
border-color css
<style>
span { border-color: #B4C0BE; }
span { border-color: rgb(180,192,190); }
td.TdClassName
{
border-color: #B4C0BE;
}
.TagClassName
{
border-color: #B4C0BE;
}
</style>