Shades of Opal #B1C4C1
Tints of Opal #B1C4C1
RGB
CMYK
RGB Variations
Color information
#B1C4C1 (or 0xB1C4C1) is known color: Opal. HEX triplet: B1, C4 and C1. RGB value is (177,196,193). Sum of RGB (Red+Green+Blue) = 177+196+193=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C4C1 is #4E3B3E. Grayscale: #BDBDBD. Windows color (decimal): -5126975 or 12698801. OLE color: 12698801.
HSL color Cylindrical-coordinate representation of color #B1C4C1: hue angle of 170.53º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1C4C1 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 196 | 193 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.23 |
| HSL | 170.53º | 0.14% | 0.73% | - |
| HSV(B) | 170.53º | 0.1% | 0.77% | - |
| XYZ | 47.5 | 52.68 | 58.12 | - |
| YUV | 189.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 196 | 193 | 0.10 | 0 | 0.02 | 0.23 | 170.53 | 0.14 | 0.73 |
| Hex | B1 | C4 | C1 | A | 0 | 2 | 17 | AB | E | 49 |
| Octal | 261 | 304 | 301 | 12 | 0 | 2 | 27 | 253 | 16 | 111 |
| Binary | 10110001 | 11000100 | 11000001 | 1010 | 0 | 10 | 10111 | 10101011 | 1110 | 1001001 |
Color Harmonies of #B1C4C1
Complementary color
Monochromatic Colors of #B1C4C1
Black with #B1C4C1
Text Example
Text Example
White with #B1C4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C4C1; }
p { color: rgb(177,196,193); }
H1.HeaderClassName
{
color: #B1C4C1;
}
.AnyTagClassName
{
color: #B1C4C1;
}
</style>
background-color css
<style>
a { background-color: #B1C4C1; }
a { background-color: rgb(177,196,193); }
div.DivClassName
{
background-color: #B1C4C1;
}
.BgClassName
{
background-color: #B1C4C1;
}
</style>
border-color css
<style>
span { border-color: #B1C4C1; }
span { border-color: rgb(177,196,193); }
td.TdClassName
{
border-color: #B1C4C1;
}
.TagClassName
{
border-color: #B1C4C1;
}
</style>