Shades of Opal #B1C4BE
Tints of Opal #B1C4BE
RGB
CMYK
RGB Variations
Color information
#B1C4BE (or 0xB1C4BE) is known color: Opal. HEX triplet: B1, C4 and BE. RGB value is (177,196,190). Sum of RGB (Red+Green+Blue) = 177+196+190=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C4BE is #4E3B41. Grayscale: #BDBDBD. Windows color (decimal): -5126978 or 12502193. OLE color: 12502193.
HSL color Cylindrical-coordinate representation of color #B1C4BE: hue angle of 161.05º 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 #B1C4BE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 196 | 190 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.23 |
| HSL | 161.05º | 0.14% | 0.73% | - |
| HSV(B) | 161.05º | 0.1% | 0.77% | - |
| XYZ | 47.17 | 52.54 | 56.37 | - |
| YUV | 189.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 196 | 190 | 0.10 | 0 | 0.03 | 0.23 | 161.05 | 0.14 | 0.73 |
| Hex | B1 | C4 | BE | A | 0 | 3 | 17 | A1 | E | 49 |
| Octal | 261 | 304 | 276 | 12 | 0 | 3 | 27 | 241 | 16 | 111 |
| Binary | 10110001 | 11000100 | 10111110 | 1010 | 0 | 11 | 10111 | 10100001 | 1110 | 1001001 |
Color Harmonies of #B1C4BE
Complementary color
Monochromatic Colors of #B1C4BE
Black with #B1C4BE
Text Example
Text Example
White with #B1C4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C4BE; }
p { color: rgb(177,196,190); }
H1.HeaderClassName
{
color: #B1C4BE;
}
.AnyTagClassName
{
color: #B1C4BE;
}
</style>
background-color css
<style>
a { background-color: #B1C4BE; }
a { background-color: rgb(177,196,190); }
div.DivClassName
{
background-color: #B1C4BE;
}
.BgClassName
{
background-color: #B1C4BE;
}
</style>
border-color css
<style>
span { border-color: #B1C4BE; }
span { border-color: rgb(177,196,190); }
td.TdClassName
{
border-color: #B1C4BE;
}
.TagClassName
{
border-color: #B1C4BE;
}
</style>