Shades of Opal #B4BDBB
Tints of Opal #B4BDBB
RGB
CMYK
RGB Variations
Color information
#B4BDBB (or 0xB4BDBB) is known color: Opal. HEX triplet: B4, BD and BB. RGB value is (180,189,187). Sum of RGB (Red+Green+Blue) = 180+189+187=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDBB is #4B4244. Grayscale: #BABABA. Windows color (decimal): -4932165 or 12303796. OLE color: 12303796.
HSL color Cylindrical-coordinate representation of color #B4BDBB: hue angle of 166.67º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4BDBB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 180 | 189 | 187 | - |
CMYK | 0.05 | 0 | 0.01 | 0.26 |
HSL | 166.67º | 0.06% | 0.72% | - |
HSV(B) | 166.67º | 0.05% | 0.74% | - |
XYZ | 45.99 | 49.69 | 54.18 | - |
YUV | 186.08 | 128.52 | 123.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 189 | 187 | 0.05 | 0 | 0.01 | 0.26 | 166.67 | 0.06 | 0.72 |
Hex | B4 | BD | BB | 5 | 0 | 1 | 1A | A7 | 6 | 48 |
Octal | 264 | 275 | 273 | 5 | 0 | 1 | 32 | 247 | 6 | 110 |
Binary | 10110100 | 10111101 | 10111011 | 101 | 0 | 1 | 11010 | 10100111 | 110 | 1001000 |
Color Harmonies of #B4BDBB
Complementary color
Monochromatic Colors of #B4BDBB
Black with #B4BDBB
Text Example
Text Example
White with #B4BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BDBB; }
p { color: rgb(180,189,187); }
H1.HeaderClassName
{
color: #B4BDBB;
}
.AnyTagClassName
{
color: #B4BDBB;
}
</style>
background-color css
<style>
a { background-color: #B4BDBB; }
a { background-color: rgb(180,189,187); }
div.DivClassName
{
background-color: #B4BDBB;
}
.BgClassName
{
background-color: #B4BDBB;
}
</style>
border-color css
<style>
span { border-color: #B4BDBB; }
span { border-color: rgb(180,189,187); }
td.TdClassName
{
border-color: #B4BDBB;
}
.TagClassName
{
border-color: #B4BDBB;
}
</style>