Shades of Opal #B0C0BB
Tints of Opal #B0C0BB
RGB
CMYK
RGB Variations
Color information
#B0C0BB (or 0xB0C0BB) is known color: Opal. HEX triplet: B0, C0 and BB. RGB value is (176,192,187). Sum of RGB (Red+Green+Blue) = 176+192+187=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0BB is #4F3F44. Grayscale: #BABABA. Windows color (decimal): -5193541 or 12304560. OLE color: 12304560.
HSL color Cylindrical-coordinate representation of color #B0C0BB: hue angle of 161.25º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0C0BB is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 187 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.25 |
| HSL | 161.25º | 0.11% | 0.72% | - |
| HSV(B) | 161.25º | 0.08% | 0.75% | - |
| XYZ | 45.72 | 50.52 | 54.35 | - |
| YUV | 186.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 187 | 0.08 | 0 | 0.03 | 0.25 | 161.25 | 0.11 | 0.72 |
| Hex | B0 | C0 | BB | 8 | 0 | 3 | 19 | A1 | B | 48 |
| Octal | 260 | 300 | 273 | 10 | 0 | 3 | 31 | 241 | 13 | 110 |
| Binary | 10110000 | 11000000 | 10111011 | 1000 | 0 | 11 | 11001 | 10100001 | 1011 | 1001000 |
Color Harmonies of #B0C0BB
Complementary color
Monochromatic Colors of #B0C0BB
Black with #B0C0BB
Text Example
Text Example
White with #B0C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0BB; }
p { color: rgb(176,192,187); }
H1.HeaderClassName
{
color: #B0C0BB;
}
.AnyTagClassName
{
color: #B0C0BB;
}
</style>
background-color css
<style>
a { background-color: #B0C0BB; }
a { background-color: rgb(176,192,187); }
div.DivClassName
{
background-color: #B0C0BB;
}
.BgClassName
{
background-color: #B0C0BB;
}
</style>
border-color css
<style>
span { border-color: #B0C0BB; }
span { border-color: rgb(176,192,187); }
td.TdClassName
{
border-color: #B0C0BB;
}
.TagClassName
{
border-color: #B0C0BB;
}
</style>