Shades of Opal #B8C3C0
Tints of Opal #B8C3C0
RGB
CMYK
RGB Variations
Color information
#B8C3C0 (or 0xB8C3C0) is known color: Opal. HEX triplet: B8, C3 and C0. RGB value is (184,195,192). Sum of RGB (Red+Green+Blue) = 184+195+192=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C3C0 is #473C3F. Grayscale: #BFBFBF. Windows color (decimal): -4668480 or 12633016. OLE color: 12633016.
HSL color Cylindrical-coordinate representation of color #B8C3C0: hue angle of 163.64º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8C3C0 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 192 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.24 |
| HSL | 163.64º | 0.08% | 0.74% | - |
| HSV(B) | 163.64º | 0.06% | 0.76% | - |
| XYZ | 48.8 | 53.03 | 57.53 | - |
| YUV | 191.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 192 | 0.06 | 0 | 0.02 | 0.24 | 163.64 | 0.08 | 0.74 |
| Hex | B8 | C3 | C0 | 6 | 0 | 2 | 18 | A4 | 8 | 4A |
| Octal | 270 | 303 | 300 | 6 | 0 | 2 | 30 | 244 | 10 | 112 |
| Binary | 10111000 | 11000011 | 11000000 | 110 | 0 | 10 | 11000 | 10100100 | 1000 | 1001010 |
Color Harmonies of #B8C3C0
Complementary color
Monochromatic Colors of #B8C3C0
Black with #B8C3C0
Text Example
Text Example
White with #B8C3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C3C0; }
p { color: rgb(184,195,192); }
H1.HeaderClassName
{
color: #B8C3C0;
}
.AnyTagClassName
{
color: #B8C3C0;
}
</style>
background-color css
<style>
a { background-color: #B8C3C0; }
a { background-color: rgb(184,195,192); }
div.DivClassName
{
background-color: #B8C3C0;
}
.BgClassName
{
background-color: #B8C3C0;
}
</style>
border-color css
<style>
span { border-color: #B8C3C0; }
span { border-color: rgb(184,195,192); }
td.TdClassName
{
border-color: #B8C3C0;
}
.TagClassName
{
border-color: #B8C3C0;
}
</style>