Shades of Opal #B2C6C1
Tints of Opal #B2C6C1
RGB
CMYK
RGB Variations
Color information
#B2C6C1 (or 0xB2C6C1) is known color: Opal. HEX triplet: B2, C6 and C1. RGB value is (178,198,193). Sum of RGB (Red+Green+Blue) = 178+198+193=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C6C1 is #4D393E. Grayscale: #BFBFBF. Windows color (decimal): -5060927 or 12699314. OLE color: 12699314.
HSL color Cylindrical-coordinate representation of color #B2C6C1: hue angle of 165º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2C6C1 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 193 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.22 |
| HSL | 165º | 0.15% | 0.74% | - |
| HSV(B) | 165º | 0.1% | 0.78% | - |
| XYZ | 48.18 | 53.7 | 58.28 | - |
| YUV | 191.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 193 | 0.10 | 0 | 0.03 | 0.22 | 165 | 0.15 | 0.74 |
| Hex | B2 | C6 | C1 | A | 0 | 3 | 16 | A5 | F | 4A |
| Octal | 262 | 306 | 301 | 12 | 0 | 3 | 26 | 245 | 17 | 112 |
| Binary | 10110010 | 11000110 | 11000001 | 1010 | 0 | 11 | 10110 | 10100101 | 1111 | 1001010 |
Color Harmonies of #B2C6C1
Complementary color
Monochromatic Colors of #B2C6C1
Black with #B2C6C1
Text Example
Text Example
White with #B2C6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C6C1; }
p { color: rgb(178,198,193); }
H1.HeaderClassName
{
color: #B2C6C1;
}
.AnyTagClassName
{
color: #B2C6C1;
}
</style>
background-color css
<style>
a { background-color: #B2C6C1; }
a { background-color: rgb(178,198,193); }
div.DivClassName
{
background-color: #B2C6C1;
}
.BgClassName
{
background-color: #B2C6C1;
}
</style>
border-color css
<style>
span { border-color: #B2C6C1; }
span { border-color: rgb(178,198,193); }
td.TdClassName
{
border-color: #B2C6C1;
}
.TagClassName
{
border-color: #B2C6C1;
}
</style>