Shades of Opal #B6BAB9
Tints of Opal #B6BAB9
RGB
CMYK
RGB Variations
Color information
#B6BAB9 (or 0xB6BAB9) is known color: Opal. HEX triplet: B6, BA and B9. RGB value is (182,186,185). Sum of RGB (Red+Green+Blue) = 182+186+185=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BAB9 is #494546. Grayscale: #B8B8B8. Windows color (decimal): -4801863 or 12171958. OLE color: 12171958.
HSL color Cylindrical-coordinate representation of color #B6BAB9: hue angle of 165º degrees, saturation: 0.03, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B6BAB9 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 182 | 186 | 185 | - |
CMYK | 0.02 | 0 | 0.01 | 0.27 |
HSL | 165º | 0.03% | 0.72% | - |
HSV(B) | 165º | 0.02% | 0.73% | - |
XYZ | 45.61 | 48.57 | 52.87 | - |
YUV | 184.69 | 128.17 | 126.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 186 | 185 | 0.02 | 0 | 0.01 | 0.27 | 165 | 0.03 | 0.72 |
Hex | B6 | BA | B9 | 2 | 0 | 1 | 1B | A5 | 3 | 48 |
Octal | 266 | 272 | 271 | 2 | 0 | 1 | 33 | 245 | 3 | 110 |
Binary | 10110110 | 10111010 | 10111001 | 10 | 0 | 1 | 11011 | 10100101 | 11 | 1001000 |
Color Harmonies of #B6BAB9
Complementary color
Monochromatic Colors of #B6BAB9
Black with #B6BAB9
Text Example
Text Example
White with #B6BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BAB9; }
p { color: rgb(182,186,185); }
H1.HeaderClassName
{
color: #B6BAB9;
}
.AnyTagClassName
{
color: #B6BAB9;
}
</style>
background-color css
<style>
a { background-color: #B6BAB9; }
a { background-color: rgb(182,186,185); }
div.DivClassName
{
background-color: #B6BAB9;
}
.BgClassName
{
background-color: #B6BAB9;
}
</style>
border-color css
<style>
span { border-color: #B6BAB9; }
span { border-color: rgb(182,186,185); }
td.TdClassName
{
border-color: #B6BAB9;
}
.TagClassName
{
border-color: #B6BAB9;
}
</style>