Shades of Opal #B2C5BF
Tints of Opal #B2C5BF
RGB
CMYK
RGB Variations
Color information
#B2C5BF (or 0xB2C5BF) is known color: Opal. HEX triplet: B2, C5 and BF. RGB value is (178,197,191). Sum of RGB (Red+Green+Blue) = 178+197+191=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C5BF is #4D3A40. Grayscale: #BEBEBE. Windows color (decimal): -5061185 or 12567986. OLE color: 12567986.
HSL color Cylindrical-coordinate representation of color #B2C5BF: hue angle of 161.05º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2C5BF is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 191 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.23 |
| HSL | 161.05º | 0.14% | 0.74% | - |
| HSV(B) | 161.05º | 0.1% | 0.77% | - |
| XYZ | 47.73 | 53.16 | 57.04 | - |
| YUV | 190.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 191 | 0.10 | 0 | 0.03 | 0.23 | 161.05 | 0.14 | 0.74 |
| Hex | B2 | C5 | BF | A | 0 | 3 | 17 | A1 | E | 4A |
| Octal | 262 | 305 | 277 | 12 | 0 | 3 | 27 | 241 | 16 | 112 |
| Binary | 10110010 | 11000101 | 10111111 | 1010 | 0 | 11 | 10111 | 10100001 | 1110 | 1001010 |
Color Harmonies of #B2C5BF
Complementary color
Monochromatic Colors of #B2C5BF
Black with #B2C5BF
Text Example
Text Example
White with #B2C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C5BF; }
p { color: rgb(178,197,191); }
H1.HeaderClassName
{
color: #B2C5BF;
}
.AnyTagClassName
{
color: #B2C5BF;
}
</style>
background-color css
<style>
a { background-color: #B2C5BF; }
a { background-color: rgb(178,197,191); }
div.DivClassName
{
background-color: #B2C5BF;
}
.BgClassName
{
background-color: #B2C5BF;
}
</style>
border-color css
<style>
span { border-color: #B2C5BF; }
span { border-color: rgb(178,197,191); }
td.TdClassName
{
border-color: #B2C5BF;
}
.TagClassName
{
border-color: #B2C5BF;
}
</style>