Shades of Opal #B1C5BF
Tints of Opal #B1C5BF
RGB
CMYK
RGB Variations
Color information
#B1C5BF (or 0xB1C5BF) is known color: Opal. HEX triplet: B1, C5 and BF. RGB value is (177,197,191). Sum of RGB (Red+Green+Blue) = 177+197+191=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C5BF is #4E3A40. Grayscale: #BEBEBE. Windows color (decimal): -5126721 or 12567985. OLE color: 12567985.
HSL color Cylindrical-coordinate representation of color #B1C5BF: hue angle of 162º 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 #B1C5BF is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 191 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.23 |
| HSL | 162º | 0.15% | 0.73% | - |
| HSV(B) | 162º | 0.1% | 0.77% | - |
| XYZ | 47.5 | 53.04 | 57.02 | - |
| YUV | 190.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 191 | 0.10 | 0 | 0.03 | 0.23 | 162 | 0.15 | 0.73 |
| Hex | B1 | C5 | BF | A | 0 | 3 | 17 | A2 | F | 49 |
| Octal | 261 | 305 | 277 | 12 | 0 | 3 | 27 | 242 | 17 | 111 |
| Binary | 10110001 | 11000101 | 10111111 | 1010 | 0 | 11 | 10111 | 10100010 | 1111 | 1001001 |
Color Harmonies of #B1C5BF
Complementary color
Monochromatic Colors of #B1C5BF
Black with #B1C5BF
Text Example
Text Example
White with #B1C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C5BF; }
p { color: rgb(177,197,191); }
H1.HeaderClassName
{
color: #B1C5BF;
}
.AnyTagClassName
{
color: #B1C5BF;
}
</style>
background-color css
<style>
a { background-color: #B1C5BF; }
a { background-color: rgb(177,197,191); }
div.DivClassName
{
background-color: #B1C5BF;
}
.BgClassName
{
background-color: #B1C5BF;
}
</style>
border-color css
<style>
span { border-color: #B1C5BF; }
span { border-color: rgb(177,197,191); }
td.TdClassName
{
border-color: #B1C5BF;
}
.TagClassName
{
border-color: #B1C5BF;
}
</style>