Shades of Opal #B2BDBB
Tints of Opal #B2BDBB
RGB
CMYK
RGB Variations
Color information
#B2BDBB (or 0xB2BDBB) is known color: Opal. HEX triplet: B2, BD and BB. RGB value is (178,189,187). Sum of RGB (Red+Green+Blue) = 178+189+187=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDBB is #4D4244. Grayscale: #B9B9B9. Windows color (decimal): -5063237 or 12303794. OLE color: 12303794.
HSL color Cylindrical-coordinate representation of color #B2BDBB: hue angle of 169.09º 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 #B2BDBB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 178 | 189 | 187 | - |
CMYK | 0.06 | 0 | 0.01 | 0.26 |
HSL | 169.09º | 0.08% | 0.72% | - |
HSV(B) | 169.09º | 0.06% | 0.74% | - |
XYZ | 45.53 | 49.45 | 54.16 | - |
YUV | 185.48 | 128.86 | 122.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 189 | 187 | 0.06 | 0 | 0.01 | 0.26 | 169.09 | 0.08 | 0.72 |
Hex | B2 | BD | BB | 6 | 0 | 1 | 1A | A9 | 8 | 48 |
Octal | 262 | 275 | 273 | 6 | 0 | 1 | 32 | 251 | 10 | 110 |
Binary | 10110010 | 10111101 | 10111011 | 110 | 0 | 1 | 11010 | 10101001 | 1000 | 1001000 |
Color Harmonies of #B2BDBB
Complementary color
Monochromatic Colors of #B2BDBB
Black with #B2BDBB
Text Example
Text Example
White with #B2BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDBB; }
p { color: rgb(178,189,187); }
H1.HeaderClassName
{
color: #B2BDBB;
}
.AnyTagClassName
{
color: #B2BDBB;
}
</style>
background-color css
<style>
a { background-color: #B2BDBB; }
a { background-color: rgb(178,189,187); }
div.DivClassName
{
background-color: #B2BDBB;
}
.BgClassName
{
background-color: #B2BDBB;
}
</style>
border-color css
<style>
span { border-color: #B2BDBB; }
span { border-color: rgb(178,189,187); }
td.TdClassName
{
border-color: #B2BDBB;
}
.TagClassName
{
border-color: #B2BDBB;
}
</style>