Shades of Opal #B2C2BE
Tints of Opal #B2C2BE
RGB
CMYK
RGB Variations
Color information
#B2C2BE (or 0xB2C2BE) is known color: Opal. HEX triplet: B2, C2 and BE. RGB value is (178,194,190). Sum of RGB (Red+Green+Blue) = 178+194+190=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C2BE is #4D3D41. Grayscale: #BCBCBC. Windows color (decimal): -5061954 or 12501682. OLE color: 12501682.
HSL color Cylindrical-coordinate representation of color #B2C2BE: hue angle of 165º degrees, saturation: 0.12, 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 #B2C2BE is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 190 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.24 |
| HSL | 165º | 0.12% | 0.73% | - |
| HSV(B) | 165º | 0.08% | 0.76% | - |
| XYZ | 46.95 | 51.77 | 56.23 | - |
| YUV | 188.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 190 | 0.08 | 0 | 0.02 | 0.24 | 165 | 0.12 | 0.73 |
| Hex | B2 | C2 | BE | 8 | 0 | 2 | 18 | A5 | C | 49 |
| Octal | 262 | 302 | 276 | 10 | 0 | 2 | 30 | 245 | 14 | 111 |
| Binary | 10110010 | 11000010 | 10111110 | 1000 | 0 | 10 | 11000 | 10100101 | 1100 | 1001001 |
Color Harmonies of #B2C2BE
Complementary color
Monochromatic Colors of #B2C2BE
Black with #B2C2BE
Text Example
Text Example
White with #B2C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C2BE; }
p { color: rgb(178,194,190); }
H1.HeaderClassName
{
color: #B2C2BE;
}
.AnyTagClassName
{
color: #B2C2BE;
}
</style>
background-color css
<style>
a { background-color: #B2C2BE; }
a { background-color: rgb(178,194,190); }
div.DivClassName
{
background-color: #B2C2BE;
}
.BgClassName
{
background-color: #B2C2BE;
}
</style>
border-color css
<style>
span { border-color: #B2C2BE; }
span { border-color: rgb(178,194,190); }
td.TdClassName
{
border-color: #B2C2BE;
}
.TagClassName
{
border-color: #B2C2BE;
}
</style>