Shades of Opal #B3C3C0
Tints of Opal #B3C3C0
RGB
CMYK
RGB Variations
Color information
#B3C3C0 (or 0xB3C3C0) is known color: Opal. HEX triplet: B3, C3 and C0. RGB value is (179,195,192). Sum of RGB (Red+Green+Blue) = 179+195+192=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C3C0 is #4C3C3F. Grayscale: #BDBDBD. Windows color (decimal): -4996160 or 12633011. OLE color: 12633011.
HSL color Cylindrical-coordinate representation of color #B3C3C0: hue angle of 168.75º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3C3C0 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 195 | 192 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.24 |
| HSL | 168.75º | 0.12% | 0.73% | - |
| HSV(B) | 168.75º | 0.08% | 0.76% | - |
| XYZ | 47.62 | 52.42 | 57.48 | - |
| YUV | 189.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 192 | 0.08 | 0 | 0.02 | 0.24 | 168.75 | 0.12 | 0.73 |
| Hex | B3 | C3 | C0 | 8 | 0 | 2 | 18 | A9 | C | 49 |
| Octal | 263 | 303 | 300 | 10 | 0 | 2 | 30 | 251 | 14 | 111 |
| Binary | 10110011 | 11000011 | 11000000 | 1000 | 0 | 10 | 11000 | 10101001 | 1100 | 1001001 |
Color Harmonies of #B3C3C0
Complementary color
Monochromatic Colors of #B3C3C0
Black with #B3C3C0
Text Example
Text Example
White with #B3C3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C3C0; }
p { color: rgb(179,195,192); }
H1.HeaderClassName
{
color: #B3C3C0;
}
.AnyTagClassName
{
color: #B3C3C0;
}
</style>
background-color css
<style>
a { background-color: #B3C3C0; }
a { background-color: rgb(179,195,192); }
div.DivClassName
{
background-color: #B3C3C0;
}
.BgClassName
{
background-color: #B3C3C0;
}
</style>
border-color css
<style>
span { border-color: #B3C3C0; }
span { border-color: rgb(179,195,192); }
td.TdClassName
{
border-color: #B3C3C0;
}
.TagClassName
{
border-color: #B3C3C0;
}
</style>