Shades of Opal #B1C5C0
Tints of Opal #B1C5C0
RGB
CMYK
RGB Variations
Color information
#B1C5C0 (or 0xB1C5C0) is known color: Opal. HEX triplet: B1, C5 and C0. RGB value is (177,197,192). Sum of RGB (Red+Green+Blue) = 177+197+192=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C5C0 is #4E3A3F. Grayscale: #BEBEBE. Windows color (decimal): -5126720 or 12633521. OLE color: 12633521.
HSL color Cylindrical-coordinate representation of color #B1C5C0: hue angle of 165º degrees, saturation: 0.15, 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 #B1C5C0 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 192 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.23 |
| HSL | 165º | 0.15% | 0.73% | - |
| HSV(B) | 165º | 0.1% | 0.77% | - |
| XYZ | 47.61 | 53.09 | 57.61 | - |
| YUV | 190.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 192 | 0.10 | 0 | 0.03 | 0.23 | 165 | 0.15 | 0.73 |
| Hex | B1 | C5 | C0 | A | 0 | 3 | 17 | A5 | F | 49 |
| Octal | 261 | 305 | 300 | 12 | 0 | 3 | 27 | 245 | 17 | 111 |
| Binary | 10110001 | 11000101 | 11000000 | 1010 | 0 | 11 | 10111 | 10100101 | 1111 | 1001001 |
Color Harmonies of #B1C5C0
Complementary color
Monochromatic Colors of #B1C5C0
Black with #B1C5C0
Text Example
Text Example
White with #B1C5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C5C0; }
p { color: rgb(177,197,192); }
H1.HeaderClassName
{
color: #B1C5C0;
}
.AnyTagClassName
{
color: #B1C5C0;
}
</style>
background-color css
<style>
a { background-color: #B1C5C0; }
a { background-color: rgb(177,197,192); }
div.DivClassName
{
background-color: #B1C5C0;
}
.BgClassName
{
background-color: #B1C5C0;
}
</style>
border-color css
<style>
span { border-color: #B1C5C0; }
span { border-color: rgb(177,197,192); }
td.TdClassName
{
border-color: #B1C5C0;
}
.TagClassName
{
border-color: #B1C5C0;
}
</style>