Shades of Opal #B2C3BF
Tints of Opal #B2C3BF
RGB
CMYK
RGB Variations
Color information
#B2C3BF (or 0xB2C3BF) is known color: Opal. HEX triplet: B2, C3 and BF. RGB value is (178,195,191). Sum of RGB (Red+Green+Blue) = 178+195+191=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C3BF is #4D3C40. Grayscale: #BDBDBD. Windows color (decimal): -5061697 or 12567474. OLE color: 12567474.
HSL color Cylindrical-coordinate representation of color #B2C3BF: hue angle of 165.88º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C3BF is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 191 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.24 |
| HSL | 165.88º | 0.12% | 0.73% | - |
| HSV(B) | 165.88º | 0.09% | 0.76% | - |
| XYZ | 47.28 | 52.26 | 56.88 | - |
| YUV | 189.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 191 | 0.09 | 0 | 0.02 | 0.24 | 165.88 | 0.12 | 0.73 |
| Hex | B2 | C3 | BF | 9 | 0 | 2 | 18 | A6 | C | 49 |
| Octal | 262 | 303 | 277 | 11 | 0 | 2 | 30 | 246 | 14 | 111 |
| Binary | 10110010 | 11000011 | 10111111 | 1001 | 0 | 10 | 11000 | 10100110 | 1100 | 1001001 |
Color Harmonies of #B2C3BF
Complementary color
Monochromatic Colors of #B2C3BF
Black with #B2C3BF
Text Example
Text Example
White with #B2C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C3BF; }
p { color: rgb(178,195,191); }
H1.HeaderClassName
{
color: #B2C3BF;
}
.AnyTagClassName
{
color: #B2C3BF;
}
</style>
background-color css
<style>
a { background-color: #B2C3BF; }
a { background-color: rgb(178,195,191); }
div.DivClassName
{
background-color: #B2C3BF;
}
.BgClassName
{
background-color: #B2C3BF;
}
</style>
border-color css
<style>
span { border-color: #B2C3BF; }
span { border-color: rgb(178,195,191); }
td.TdClassName
{
border-color: #B2C3BF;
}
.TagClassName
{
border-color: #B2C3BF;
}
</style>