Shades of Opal #B0C3C0
Tints of Opal #B0C3C0
RGB
CMYK
RGB Variations
Color information
#B0C3C0 (or 0xB0C3C0) is known color: Opal. HEX triplet: B0, C3 and C0. RGB value is (176,195,192). Sum of RGB (Red+Green+Blue) = 176+195+192=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C3C0 is #4F3C3F. Grayscale: #BCBCBC. Windows color (decimal): -5192768 or 12633008. OLE color: 12633008.
HSL color Cylindrical-coordinate representation of color #B0C3C0: hue angle of 170.53º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0C3C0 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 195 | 192 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.24 |
| HSL | 170.53º | 0.14% | 0.73% | - |
| HSV(B) | 170.53º | 0.1% | 0.76% | - |
| XYZ | 46.93 | 52.07 | 57.45 | - |
| YUV | 188.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 195 | 192 | 0.10 | 0 | 0.02 | 0.24 | 170.53 | 0.14 | 0.73 |
| Hex | B0 | C3 | C0 | A | 0 | 2 | 18 | AB | E | 49 |
| Octal | 260 | 303 | 300 | 12 | 0 | 2 | 30 | 253 | 16 | 111 |
| Binary | 10110000 | 11000011 | 11000000 | 1010 | 0 | 10 | 11000 | 10101011 | 1110 | 1001001 |
Color Harmonies of #B0C3C0
Complementary color
Monochromatic Colors of #B0C3C0
Black with #B0C3C0
Text Example
Text Example
White with #B0C3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C3C0; }
p { color: rgb(176,195,192); }
H1.HeaderClassName
{
color: #B0C3C0;
}
.AnyTagClassName
{
color: #B0C3C0;
}
</style>
background-color css
<style>
a { background-color: #B0C3C0; }
a { background-color: rgb(176,195,192); }
div.DivClassName
{
background-color: #B0C3C0;
}
.BgClassName
{
background-color: #B0C3C0;
}
</style>
border-color css
<style>
span { border-color: #B0C3C0; }
span { border-color: rgb(176,195,192); }
td.TdClassName
{
border-color: #B0C3C0;
}
.TagClassName
{
border-color: #B0C3C0;
}
</style>