Shades of Opal #B1C4BD
Tints of Opal #B1C4BD
RGB
CMYK
RGB Variations
Color information
#B1C4BD (or 0xB1C4BD) is known color: Opal. HEX triplet: B1, C4 and BD. RGB value is (177,196,189). Sum of RGB (Red+Green+Blue) = 177+196+189=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C4BD is #4E3B42. Grayscale: #BDBDBD. Windows color (decimal): -5126979 or 12436657. OLE color: 12436657.
HSL color Cylindrical-coordinate representation of color #B1C4BD: hue angle of 157.89º 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 #B1C4BD is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 196 | 189 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.23 |
| HSL | 157.89º | 0.14% | 0.73% | - |
| HSV(B) | 157.89º | 0.1% | 0.77% | - |
| XYZ | 47.06 | 52.5 | 55.8 | - |
| YUV | 189.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 196 | 189 | 0.10 | 0 | 0.04 | 0.23 | 157.89 | 0.14 | 0.73 |
| Hex | B1 | C4 | BD | A | 0 | 4 | 17 | 9E | E | 49 |
| Octal | 261 | 304 | 275 | 12 | 0 | 4 | 27 | 236 | 16 | 111 |
| Binary | 10110001 | 11000100 | 10111101 | 1010 | 0 | 100 | 10111 | 10011110 | 1110 | 1001001 |
Color Harmonies of #B1C4BD
Complementary color
Monochromatic Colors of #B1C4BD
Black with #B1C4BD
Text Example
Text Example
White with #B1C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C4BD; }
p { color: rgb(177,196,189); }
H1.HeaderClassName
{
color: #B1C4BD;
}
.AnyTagClassName
{
color: #B1C4BD;
}
</style>
background-color css
<style>
a { background-color: #B1C4BD; }
a { background-color: rgb(177,196,189); }
div.DivClassName
{
background-color: #B1C4BD;
}
.BgClassName
{
background-color: #B1C4BD;
}
</style>
border-color css
<style>
span { border-color: #B1C4BD; }
span { border-color: rgb(177,196,189); }
td.TdClassName
{
border-color: #B1C4BD;
}
.TagClassName
{
border-color: #B1C4BD;
}
</style>