Shades of Opal #B3C1BD
Tints of Opal #B3C1BD
RGB
CMYK
RGB Variations
Color information
#B3C1BD (or 0xB3C1BD) is known color: Opal. HEX triplet: B3, C1 and BD. RGB value is (179,193,189). Sum of RGB (Red+Green+Blue) = 179+193+189=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C1BD is #4C3E42. Grayscale: #BCBCBC. Windows color (decimal): -4996675 or 12435891. OLE color: 12435891.
HSL color Cylindrical-coordinate representation of color #B3C1BD: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3C1BD is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 189 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.24 |
| HSL | 162.86º | 0.1% | 0.73% | - |
| HSV(B) | 162.86º | 0.07% | 0.76% | - |
| XYZ | 46.85 | 51.4 | 55.6 | - |
| YUV | 188.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 189 | 0.07 | 0 | 0.02 | 0.24 | 162.86 | 0.1 | 0.73 |
| Hex | B3 | C1 | BD | 7 | 0 | 2 | 18 | A3 | A | 49 |
| Octal | 263 | 301 | 275 | 7 | 0 | 2 | 30 | 243 | 12 | 111 |
| Binary | 10110011 | 11000001 | 10111101 | 111 | 0 | 10 | 11000 | 10100011 | 1010 | 1001001 |
Color Harmonies of #B3C1BD
Complementary color
Monochromatic Colors of #B3C1BD
Black with #B3C1BD
Text Example
Text Example
White with #B3C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C1BD; }
p { color: rgb(179,193,189); }
H1.HeaderClassName
{
color: #B3C1BD;
}
.AnyTagClassName
{
color: #B3C1BD;
}
</style>
background-color css
<style>
a { background-color: #B3C1BD; }
a { background-color: rgb(179,193,189); }
div.DivClassName
{
background-color: #B3C1BD;
}
.BgClassName
{
background-color: #B3C1BD;
}
</style>
border-color css
<style>
span { border-color: #B3C1BD; }
span { border-color: rgb(179,193,189); }
td.TdClassName
{
border-color: #B3C1BD;
}
.TagClassName
{
border-color: #B3C1BD;
}
</style>