Shades of Opal #B9C2C0
Tints of Opal #B9C2C0
RGB
CMYK
RGB Variations
Color information
#B9C2C0 (or 0xB9C2C0) is known color: Opal. HEX triplet: B9, C2 and C0. RGB value is (185,194,192). Sum of RGB (Red+Green+Blue) = 185+194+192=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2C0 is #463D3F. Grayscale: #BFBFBF. Windows color (decimal): -4603200 or 12632761. OLE color: 12632761.
HSL color Cylindrical-coordinate representation of color #B9C2C0: hue angle of 166.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9C2C0 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 194 | 192 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.24 |
| HSL | 166.67º | 0.07% | 0.74% | - |
| HSV(B) | 166.67º | 0.05% | 0.76% | - |
| XYZ | 48.81 | 52.7 | 57.47 | - |
| YUV | 191.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 192 | 0.05 | 0 | 0.01 | 0.24 | 166.67 | 0.07 | 0.74 |
| Hex | B9 | C2 | C0 | 5 | 0 | 1 | 18 | A7 | 7 | 4A |
| Octal | 271 | 302 | 300 | 5 | 0 | 1 | 30 | 247 | 7 | 112 |
| Binary | 10111001 | 11000010 | 11000000 | 101 | 0 | 1 | 11000 | 10100111 | 111 | 1001010 |
Color Harmonies of #B9C2C0
Complementary color
Monochromatic Colors of #B9C2C0
Black with #B9C2C0
Text Example
Text Example
White with #B9C2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C2C0; }
p { color: rgb(185,194,192); }
H1.HeaderClassName
{
color: #B9C2C0;
}
.AnyTagClassName
{
color: #B9C2C0;
}
</style>
background-color css
<style>
a { background-color: #B9C2C0; }
a { background-color: rgb(185,194,192); }
div.DivClassName
{
background-color: #B9C2C0;
}
.BgClassName
{
background-color: #B9C2C0;
}
</style>
border-color css
<style>
span { border-color: #B9C2C0; }
span { border-color: rgb(185,194,192); }
td.TdClassName
{
border-color: #B9C2C0;
}
.TagClassName
{
border-color: #B9C2C0;
}
</style>