Shades of Opal #B7C2C0
Tints of Opal #B7C2C0
RGB
CMYK
RGB Variations
Color information
#B7C2C0 (or 0xB7C2C0) is known color: Opal. HEX triplet: B7, C2 and C0. RGB value is (183,194,192). Sum of RGB (Red+Green+Blue) = 183+194+192=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C2C0 is #483D3F. Grayscale: #BEBEBE. Windows color (decimal): -4734272 or 12632759. OLE color: 12632759.
HSL color Cylindrical-coordinate representation of color #B7C2C0: hue angle of 169.09º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7C2C0 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 194 | 192 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.24 |
| HSL | 169.09º | 0.08% | 0.74% | - |
| HSV(B) | 169.09º | 0.06% | 0.76% | - |
| XYZ | 48.33 | 52.46 | 57.45 | - |
| YUV | 190.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 194 | 192 | 0.06 | 0 | 0.01 | 0.24 | 169.09 | 0.08 | 0.74 |
| Hex | B7 | C2 | C0 | 6 | 0 | 1 | 18 | A9 | 8 | 4A |
| Octal | 267 | 302 | 300 | 6 | 0 | 1 | 30 | 251 | 10 | 112 |
| Binary | 10110111 | 11000010 | 11000000 | 110 | 0 | 1 | 11000 | 10101001 | 1000 | 1001010 |
Color Harmonies of #B7C2C0
Complementary color
Monochromatic Colors of #B7C2C0
Black with #B7C2C0
Text Example
Text Example
White with #B7C2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C2C0; }
p { color: rgb(183,194,192); }
H1.HeaderClassName
{
color: #B7C2C0;
}
.AnyTagClassName
{
color: #B7C2C0;
}
</style>
background-color css
<style>
a { background-color: #B7C2C0; }
a { background-color: rgb(183,194,192); }
div.DivClassName
{
background-color: #B7C2C0;
}
.BgClassName
{
background-color: #B7C2C0;
}
</style>
border-color css
<style>
span { border-color: #B7C2C0; }
span { border-color: rgb(183,194,192); }
td.TdClassName
{
border-color: #B7C2C0;
}
.TagClassName
{
border-color: #B7C2C0;
}
</style>