Shades of Opal #B1BDBA
Tints of Opal #B1BDBA
RGB
CMYK
RGB Variations
Color information
#B1BDBA (or 0xB1BDBA) is known color: Opal. HEX triplet: B1, BD and BA. RGB value is (177,189,186). Sum of RGB (Red+Green+Blue) = 177+189+186=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDBA is #4E4245. Grayscale: #B9B9B9. Windows color (decimal): -5128774 or 12238257. OLE color: 12238257.
HSL color Cylindrical-coordinate representation of color #B1BDBA: hue angle of 165º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1BDBA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 177 | 189 | 186 | - |
CMYK | 0.06 | 0 | 0.02 | 0.26 |
HSL | 165º | 0.08% | 0.72% | - |
HSV(B) | 165º | 0.06% | 0.74% | - |
XYZ | 45.19 | 49.29 | 53.59 | - |
YUV | 185.07 | 128.52 | 122.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 189 | 186 | 0.06 | 0 | 0.02 | 0.26 | 165 | 0.08 | 0.72 |
Hex | B1 | BD | BA | 6 | 0 | 2 | 1A | A5 | 8 | 48 |
Octal | 261 | 275 | 272 | 6 | 0 | 2 | 32 | 245 | 10 | 110 |
Binary | 10110001 | 10111101 | 10111010 | 110 | 0 | 10 | 11010 | 10100101 | 1000 | 1001000 |
Color Harmonies of #B1BDBA
Complementary color
Monochromatic Colors of #B1BDBA
Black with #B1BDBA
Text Example
Text Example
White with #B1BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BDBA; }
p { color: rgb(177,189,186); }
H1.HeaderClassName
{
color: #B1BDBA;
}
.AnyTagClassName
{
color: #B1BDBA;
}
</style>
background-color css
<style>
a { background-color: #B1BDBA; }
a { background-color: rgb(177,189,186); }
div.DivClassName
{
background-color: #B1BDBA;
}
.BgClassName
{
background-color: #B1BDBA;
}
</style>
border-color css
<style>
span { border-color: #B1BDBA; }
span { border-color: rgb(177,189,186); }
td.TdClassName
{
border-color: #B1BDBA;
}
.TagClassName
{
border-color: #B1BDBA;
}
</style>