Shades of Opal #B5C2BF
Tints of Opal #B5C2BF
RGB
CMYK
RGB Variations
Color information
#B5C2BF (or 0xB5C2BF) is known color: Opal. HEX triplet: B5, C2 and BF. RGB value is (181,194,191). Sum of RGB (Red+Green+Blue) = 181+194+191=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C2BF is #4A3D40. Grayscale: #BDBDBD. Windows color (decimal): -4865345 or 12567221. OLE color: 12567221.
HSL color Cylindrical-coordinate representation of color #B5C2BF: hue angle of 166.15º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5C2BF is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 191 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.24 |
| HSL | 166.15º | 0.1% | 0.74% | - |
| HSV(B) | 166.15º | 0.07% | 0.76% | - |
| XYZ | 47.75 | 52.17 | 56.84 | - |
| YUV | 189.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 191 | 0.07 | 0 | 0.02 | 0.24 | 166.15 | 0.1 | 0.74 |
| Hex | B5 | C2 | BF | 7 | 0 | 2 | 18 | A6 | A | 4A |
| Octal | 265 | 302 | 277 | 7 | 0 | 2 | 30 | 246 | 12 | 112 |
| Binary | 10110101 | 11000010 | 10111111 | 111 | 0 | 10 | 11000 | 10100110 | 1010 | 1001010 |
Color Harmonies of #B5C2BF
Complementary color
Monochromatic Colors of #B5C2BF
Black with #B5C2BF
Text Example
Text Example
White with #B5C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C2BF; }
p { color: rgb(181,194,191); }
H1.HeaderClassName
{
color: #B5C2BF;
}
.AnyTagClassName
{
color: #B5C2BF;
}
</style>
background-color css
<style>
a { background-color: #B5C2BF; }
a { background-color: rgb(181,194,191); }
div.DivClassName
{
background-color: #B5C2BF;
}
.BgClassName
{
background-color: #B5C2BF;
}
</style>
border-color css
<style>
span { border-color: #B5C2BF; }
span { border-color: rgb(181,194,191); }
td.TdClassName
{
border-color: #B5C2BF;
}
.TagClassName
{
border-color: #B5C2BF;
}
</style>