Shades of Opal #B1CAC3
Tints of Opal #B1CAC3
RGB
CMYK
RGB Variations
Color information
#B1CAC3 (or 0xB1CAC3) is known color: Opal. HEX triplet: B1, CA and C3. RGB value is (177,202,195). Sum of RGB (Red+Green+Blue) = 177+202+195=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAC3 is #4E353C. Grayscale: #C1C1C1. Windows color (decimal): -5125437 or 12831409. OLE color: 12831409.
HSL color Cylindrical-coordinate representation of color #B1CAC3: hue angle of 163.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1CAC3 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 195 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.21 |
| HSL | 163.2º | 0.19% | 0.74% | - |
| HSV(B) | 163.2º | 0.12% | 0.79% | - |
| XYZ | 49.1 | 55.53 | 59.76 | - |
| YUV | 193.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 195 | 0.12 | 0 | 0.03 | 0.21 | 163.2 | 0.19 | 0.74 |
| Hex | B1 | CA | C3 | C | 0 | 3 | 15 | A3 | 13 | 4A |
| Octal | 261 | 312 | 303 | 14 | 0 | 3 | 25 | 243 | 23 | 112 |
| Binary | 10110001 | 11001010 | 11000011 | 1100 | 0 | 11 | 10101 | 10100011 | 10011 | 1001010 |
Color Harmonies of #B1CAC3
Complementary color
Monochromatic Colors of #B1CAC3
Black with #B1CAC3
Text Example
Text Example
White with #B1CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CAC3; }
p { color: rgb(177,202,195); }
H1.HeaderClassName
{
color: #B1CAC3;
}
.AnyTagClassName
{
color: #B1CAC3;
}
</style>
background-color css
<style>
a { background-color: #B1CAC3; }
a { background-color: rgb(177,202,195); }
div.DivClassName
{
background-color: #B1CAC3;
}
.BgClassName
{
background-color: #B1CAC3;
}
</style>
border-color css
<style>
span { border-color: #B1CAC3; }
span { border-color: rgb(177,202,195); }
td.TdClassName
{
border-color: #B1CAC3;
}
.TagClassName
{
border-color: #B1CAC3;
}
</style>