Shades of Opal #B3C5C1
Tints of Opal #B3C5C1
RGB
CMYK
RGB Variations
Color information
#B3C5C1 (or 0xB3C5C1) is known color: Opal. HEX triplet: B3, C5 and C1. RGB value is (179,197,193). Sum of RGB (Red+Green+Blue) = 179+197+193=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C5C1 is #4C3A3E. Grayscale: #BFBFBF. Windows color (decimal): -4995647 or 12699059. OLE color: 12699059.
HSL color Cylindrical-coordinate representation of color #B3C5C1: hue angle of 166.67º 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 #B3C5C1 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 193 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.23 |
| HSL | 166.67º | 0.13% | 0.74% | - |
| HSV(B) | 166.67º | 0.09% | 0.77% | - |
| XYZ | 48.18 | 53.37 | 58.21 | - |
| YUV | 191.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 193 | 0.09 | 0 | 0.02 | 0.23 | 166.67 | 0.13 | 0.74 |
| Hex | B3 | C5 | C1 | 9 | 0 | 2 | 17 | A7 | D | 4A |
| Octal | 263 | 305 | 301 | 11 | 0 | 2 | 27 | 247 | 15 | 112 |
| Binary | 10110011 | 11000101 | 11000001 | 1001 | 0 | 10 | 10111 | 10100111 | 1101 | 1001010 |
Color Harmonies of #B3C5C1
Complementary color
Monochromatic Colors of #B3C5C1
Black with #B3C5C1
Text Example
Text Example
White with #B3C5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C5C1; }
p { color: rgb(179,197,193); }
H1.HeaderClassName
{
color: #B3C5C1;
}
.AnyTagClassName
{
color: #B3C5C1;
}
</style>
background-color css
<style>
a { background-color: #B3C5C1; }
a { background-color: rgb(179,197,193); }
div.DivClassName
{
background-color: #B3C5C1;
}
.BgClassName
{
background-color: #B3C5C1;
}
</style>
border-color css
<style>
span { border-color: #B3C5C1; }
span { border-color: rgb(179,197,193); }
td.TdClassName
{
border-color: #B3C5C1;
}
.TagClassName
{
border-color: #B3C5C1;
}
</style>