Shades of Opal #B2C4BE
Tints of Opal #B2C4BE
RGB
CMYK
RGB Variations
Color information
#B2C4BE (or 0xB2C4BE) is known color: Opal. HEX triplet: B2, C4 and BE. RGB value is (178,196,190). Sum of RGB (Red+Green+Blue) = 178+196+190=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C4BE is #4D3B41. Grayscale: #BDBDBD. Windows color (decimal): -5061442 or 12502194. OLE color: 12502194.
HSL color Cylindrical-coordinate representation of color #B2C4BE: hue angle of 160º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C4BE is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 190 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.23 |
| HSL | 160º | 0.13% | 0.73% | - |
| HSV(B) | 160º | 0.09% | 0.77% | - |
| XYZ | 47.39 | 52.66 | 56.38 | - |
| YUV | 189.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 190 | 0.09 | 0 | 0.03 | 0.23 | 160 | 0.13 | 0.73 |
| Hex | B2 | C4 | BE | 9 | 0 | 3 | 17 | A0 | D | 49 |
| Octal | 262 | 304 | 276 | 11 | 0 | 3 | 27 | 240 | 15 | 111 |
| Binary | 10110010 | 11000100 | 10111110 | 1001 | 0 | 11 | 10111 | 10100000 | 1101 | 1001001 |
Color Harmonies of #B2C4BE
Complementary color
Monochromatic Colors of #B2C4BE
Black with #B2C4BE
Text Example
Text Example
White with #B2C4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C4BE; }
p { color: rgb(178,196,190); }
H1.HeaderClassName
{
color: #B2C4BE;
}
.AnyTagClassName
{
color: #B2C4BE;
}
</style>
background-color css
<style>
a { background-color: #B2C4BE; }
a { background-color: rgb(178,196,190); }
div.DivClassName
{
background-color: #B2C4BE;
}
.BgClassName
{
background-color: #B2C4BE;
}
</style>
border-color css
<style>
span { border-color: #B2C4BE; }
span { border-color: rgb(178,196,190); }
td.TdClassName
{
border-color: #B2C4BE;
}
.TagClassName
{
border-color: #B2C4BE;
}
</style>