Shades of Opal #BBC0BF
Tints of Opal #BBC0BF
RGB
CMYK
RGB Variations
Color information
#BBC0BF (or 0xBBC0BF) is known color: Opal. HEX triplet: BB, C0 and BF. RGB value is (187,192,191). Sum of RGB (Red+Green+Blue) = 187+192+191=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0BF is #443F40. Grayscale: #BEBEBE. Windows color (decimal): -4472641 or 12566715. OLE color: 12566715.
HSL color Cylindrical-coordinate representation of color #BBC0BF: hue angle of 168º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBC0BF is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 191 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.25 |
| HSL | 168º | 0.04% | 0.74% | - |
| HSV(B) | 168º | 0.03% | 0.75% | - |
| XYZ | 48.75 | 52.03 | 56.76 | - |
| YUV | 190.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 191 | 0.03 | 0 | 0.01 | 0.25 | 168 | 0.04 | 0.74 |
| Hex | BB | C0 | BF | 3 | 0 | 1 | 19 | A8 | 4 | 4A |
| Octal | 273 | 300 | 277 | 3 | 0 | 1 | 31 | 250 | 4 | 112 |
| Binary | 10111011 | 11000000 | 10111111 | 11 | 0 | 1 | 11001 | 10101000 | 100 | 1001010 |
Color Harmonies of #BBC0BF
Complementary color
Monochromatic Colors of #BBC0BF
Black with #BBC0BF
Text Example
Text Example
White with #BBC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0BF; }
p { color: rgb(187,192,191); }
H1.HeaderClassName
{
color: #BBC0BF;
}
.AnyTagClassName
{
color: #BBC0BF;
}
</style>
background-color css
<style>
a { background-color: #BBC0BF; }
a { background-color: rgb(187,192,191); }
div.DivClassName
{
background-color: #BBC0BF;
}
.BgClassName
{
background-color: #BBC0BF;
}
</style>
border-color css
<style>
span { border-color: #BBC0BF; }
span { border-color: rgb(187,192,191); }
td.TdClassName
{
border-color: #BBC0BF;
}
.TagClassName
{
border-color: #BBC0BF;
}
</style>