Shades of Opal #B2C1BE
Tints of Opal #B2C1BE
RGB
CMYK
RGB Variations
Color information
#B2C1BE (or 0xB2C1BE) is known color: Opal. HEX triplet: B2, C1 and BE. RGB value is (178,193,190). Sum of RGB (Red+Green+Blue) = 178+193+190=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C1BE is #4D3E41. Grayscale: #BCBCBC. Windows color (decimal): -5062210 or 12501426. OLE color: 12501426.
HSL color Cylindrical-coordinate representation of color #B2C1BE: hue angle of 168º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2C1BE is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 190 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.24 |
| HSL | 168º | 0.11% | 0.73% | - |
| HSV(B) | 168º | 0.08% | 0.76% | - |
| XYZ | 46.72 | 51.32 | 56.16 | - |
| YUV | 188.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 190 | 0.08 | 0 | 0.02 | 0.24 | 168 | 0.11 | 0.73 |
| Hex | B2 | C1 | BE | 8 | 0 | 2 | 18 | A8 | B | 49 |
| Octal | 262 | 301 | 276 | 10 | 0 | 2 | 30 | 250 | 13 | 111 |
| Binary | 10110010 | 11000001 | 10111110 | 1000 | 0 | 10 | 11000 | 10101000 | 1011 | 1001001 |
Color Harmonies of #B2C1BE
Complementary color
Monochromatic Colors of #B2C1BE
Black with #B2C1BE
Text Example
Text Example
White with #B2C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C1BE; }
p { color: rgb(178,193,190); }
H1.HeaderClassName
{
color: #B2C1BE;
}
.AnyTagClassName
{
color: #B2C1BE;
}
</style>
background-color css
<style>
a { background-color: #B2C1BE; }
a { background-color: rgb(178,193,190); }
div.DivClassName
{
background-color: #B2C1BE;
}
.BgClassName
{
background-color: #B2C1BE;
}
</style>
border-color css
<style>
span { border-color: #B2C1BE; }
span { border-color: rgb(178,193,190); }
td.TdClassName
{
border-color: #B2C1BE;
}
.TagClassName
{
border-color: #B2C1BE;
}
</style>