Shades of Opal #B0C6BE
Tints of Opal #B0C6BE
RGB
CMYK
RGB Variations
Color information
#B0C6BE (or 0xB0C6BE) is known color: Opal. HEX triplet: B0, C6 and BE. RGB value is (176,198,190). Sum of RGB (Red+Green+Blue) = 176+198+190=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C6BE is #4F3941. Grayscale: #BEBEBE. Windows color (decimal): -5192002 or 12502704. OLE color: 12502704.
HSL color Cylindrical-coordinate representation of color #B0C6BE: hue angle of 158.18º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C6BE is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 190 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.22 |
| HSL | 158.18º | 0.16% | 0.73% | - |
| HSV(B) | 158.18º | 0.11% | 0.78% | - |
| XYZ | 47.39 | 53.34 | 56.51 | - |
| YUV | 190.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 190 | 0.11 | 0 | 0.04 | 0.22 | 158.18 | 0.16 | 0.73 |
| Hex | B0 | C6 | BE | B | 0 | 4 | 16 | 9E | 10 | 49 |
| Octal | 260 | 306 | 276 | 13 | 0 | 4 | 26 | 236 | 20 | 111 |
| Binary | 10110000 | 11000110 | 10111110 | 1011 | 0 | 100 | 10110 | 10011110 | 10000 | 1001001 |
Color Harmonies of #B0C6BE
Complementary color
Monochromatic Colors of #B0C6BE
Black with #B0C6BE
Text Example
Text Example
White with #B0C6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C6BE; }
p { color: rgb(176,198,190); }
H1.HeaderClassName
{
color: #B0C6BE;
}
.AnyTagClassName
{
color: #B0C6BE;
}
</style>
background-color css
<style>
a { background-color: #B0C6BE; }
a { background-color: rgb(176,198,190); }
div.DivClassName
{
background-color: #B0C6BE;
}
.BgClassName
{
background-color: #B0C6BE;
}
</style>
border-color css
<style>
span { border-color: #B0C6BE; }
span { border-color: rgb(176,198,190); }
td.TdClassName
{
border-color: #B0C6BE;
}
.TagClassName
{
border-color: #B0C6BE;
}
</style>