Shades of Opal #B2C7C1
Tints of Opal #B2C7C1
RGB
CMYK
RGB Variations
Color information
#B2C7C1 (or 0xB2C7C1) is known color: Opal. HEX triplet: B2, C7 and C1. RGB value is (178,199,193). Sum of RGB (Red+Green+Blue) = 178+199+193=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C7C1 is #4D383E. Grayscale: #C0C0C0. Windows color (decimal): -5060671 or 12699570. OLE color: 12699570.
HSL color Cylindrical-coordinate representation of color #B2C7C1: hue angle of 162.86º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C7C1 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 193 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.22 |
| HSL | 162.86º | 0.16% | 0.74% | - |
| HSV(B) | 162.86º | 0.11% | 0.78% | - |
| XYZ | 48.41 | 54.16 | 58.35 | - |
| YUV | 192.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 193 | 0.11 | 0 | 0.03 | 0.22 | 162.86 | 0.16 | 0.74 |
| Hex | B2 | C7 | C1 | B | 0 | 3 | 16 | A3 | 10 | 4A |
| Octal | 262 | 307 | 301 | 13 | 0 | 3 | 26 | 243 | 20 | 112 |
| Binary | 10110010 | 11000111 | 11000001 | 1011 | 0 | 11 | 10110 | 10100011 | 10000 | 1001010 |
Color Harmonies of #B2C7C1
Complementary color
Monochromatic Colors of #B2C7C1
Black with #B2C7C1
Text Example
Text Example
White with #B2C7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C7C1; }
p { color: rgb(178,199,193); }
H1.HeaderClassName
{
color: #B2C7C1;
}
.AnyTagClassName
{
color: #B2C7C1;
}
</style>
background-color css
<style>
a { background-color: #B2C7C1; }
a { background-color: rgb(178,199,193); }
div.DivClassName
{
background-color: #B2C7C1;
}
.BgClassName
{
background-color: #B2C7C1;
}
</style>
border-color css
<style>
span { border-color: #B2C7C1; }
span { border-color: rgb(178,199,193); }
td.TdClassName
{
border-color: #B2C7C1;
}
.TagClassName
{
border-color: #B2C7C1;
}
</style>