Shades of Opal #B2C1BD
Tints of Opal #B2C1BD
RGB
CMYK
RGB Variations
Color information
#B2C1BD (or 0xB2C1BD) is known color: Opal. HEX triplet: B2, C1 and BD. RGB value is (178,193,189). Sum of RGB (Red+Green+Blue) = 178+193+189=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C1BD is #4D3E42. Grayscale: #BCBCBC. Windows color (decimal): -5062211 or 12435890. OLE color: 12435890.
HSL color Cylindrical-coordinate representation of color #B2C1BD: hue angle of 164º 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 #B2C1BD is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 189 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.24 |
| HSL | 164º | 0.11% | 0.73% | - |
| HSV(B) | 164º | 0.08% | 0.76% | - |
| XYZ | 46.62 | 51.28 | 55.59 | - |
| YUV | 188.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 189 | 0.08 | 0 | 0.02 | 0.24 | 164 | 0.11 | 0.73 |
| Hex | B2 | C1 | BD | 8 | 0 | 2 | 18 | A4 | B | 49 |
| Octal | 262 | 301 | 275 | 10 | 0 | 2 | 30 | 244 | 13 | 111 |
| Binary | 10110010 | 11000001 | 10111101 | 1000 | 0 | 10 | 11000 | 10100100 | 1011 | 1001001 |
Color Harmonies of #B2C1BD
Complementary color
Monochromatic Colors of #B2C1BD
Black with #B2C1BD
Text Example
Text Example
White with #B2C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C1BD; }
p { color: rgb(178,193,189); }
H1.HeaderClassName
{
color: #B2C1BD;
}
.AnyTagClassName
{
color: #B2C1BD;
}
</style>
background-color css
<style>
a { background-color: #B2C1BD; }
a { background-color: rgb(178,193,189); }
div.DivClassName
{
background-color: #B2C1BD;
}
.BgClassName
{
background-color: #B2C1BD;
}
</style>
border-color css
<style>
span { border-color: #B2C1BD; }
span { border-color: rgb(178,193,189); }
td.TdClassName
{
border-color: #B2C1BD;
}
.TagClassName
{
border-color: #B2C1BD;
}
</style>