Shades of Opal #B3C4C0
Tints of Opal #B3C4C0
RGB
CMYK
RGB Variations
Color information
#B3C4C0 (or 0xB3C4C0) is known color: Opal. HEX triplet: B3, C4 and C0. RGB value is (179,196,192). Sum of RGB (Red+Green+Blue) = 179+196+192=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C4C0 is #4C3B3F. Grayscale: #BEBEBE. Windows color (decimal): -4995904 or 12633267. OLE color: 12633267.
HSL color Cylindrical-coordinate representation of color #B3C4C0: hue angle of 165.88º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3C4C0 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 192 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.23 |
| HSL | 165.88º | 0.13% | 0.74% | - |
| HSV(B) | 165.88º | 0.09% | 0.77% | - |
| XYZ | 47.84 | 52.87 | 57.55 | - |
| YUV | 190.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 192 | 0.09 | 0 | 0.02 | 0.23 | 165.88 | 0.13 | 0.74 |
| Hex | B3 | C4 | C0 | 9 | 0 | 2 | 17 | A6 | D | 4A |
| Octal | 263 | 304 | 300 | 11 | 0 | 2 | 27 | 246 | 15 | 112 |
| Binary | 10110011 | 11000100 | 11000000 | 1001 | 0 | 10 | 10111 | 10100110 | 1101 | 1001010 |
Color Harmonies of #B3C4C0
Complementary color
Monochromatic Colors of #B3C4C0
Black with #B3C4C0
Text Example
Text Example
White with #B3C4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C4C0; }
p { color: rgb(179,196,192); }
H1.HeaderClassName
{
color: #B3C4C0;
}
.AnyTagClassName
{
color: #B3C4C0;
}
</style>
background-color css
<style>
a { background-color: #B3C4C0; }
a { background-color: rgb(179,196,192); }
div.DivClassName
{
background-color: #B3C4C0;
}
.BgClassName
{
background-color: #B3C4C0;
}
</style>
border-color css
<style>
span { border-color: #B3C4C0; }
span { border-color: rgb(179,196,192); }
td.TdClassName
{
border-color: #B3C4C0;
}
.TagClassName
{
border-color: #B3C4C0;
}
</style>