Shades of Opal #B3C7C0
Tints of Opal #B3C7C0
RGB
CMYK
RGB Variations
Color information
#B3C7C0 (or 0xB3C7C0) is known color: Opal. HEX triplet: B3, C7 and C0. RGB value is (179,199,192). Sum of RGB (Red+Green+Blue) = 179+199+192=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7C0 is #4C383F. Grayscale: #C0C0C0. Windows color (decimal): -4995136 or 12634035. OLE color: 12634035.
HSL color Cylindrical-coordinate representation of color #B3C7C0: hue angle of 159º 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 #B3C7C0 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 199 | 192 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.22 |
| HSL | 159º | 0.15% | 0.74% | - |
| HSV(B) | 159º | 0.1% | 0.78% | - |
| XYZ | 48.53 | 54.24 | 57.78 | - |
| YUV | 192.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 199 | 192 | 0.10 | 0 | 0.04 | 0.22 | 159 | 0.15 | 0.74 |
| Hex | B3 | C7 | C0 | A | 0 | 4 | 16 | 9F | F | 4A |
| Octal | 263 | 307 | 300 | 12 | 0 | 4 | 26 | 237 | 17 | 112 |
| Binary | 10110011 | 11000111 | 11000000 | 1010 | 0 | 100 | 10110 | 10011111 | 1111 | 1001010 |
Color Harmonies of #B3C7C0
Complementary color
Monochromatic Colors of #B3C7C0
Black with #B3C7C0
Text Example
Text Example
White with #B3C7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C7C0; }
p { color: rgb(179,199,192); }
H1.HeaderClassName
{
color: #B3C7C0;
}
.AnyTagClassName
{
color: #B3C7C0;
}
</style>
background-color css
<style>
a { background-color: #B3C7C0; }
a { background-color: rgb(179,199,192); }
div.DivClassName
{
background-color: #B3C7C0;
}
.BgClassName
{
background-color: #B3C7C0;
}
</style>
border-color css
<style>
span { border-color: #B3C7C0; }
span { border-color: rgb(179,199,192); }
td.TdClassName
{
border-color: #B3C7C0;
}
.TagClassName
{
border-color: #B3C7C0;
}
</style>