Shades of Opal #B1CAC4
Tints of Opal #B1CAC4
RGB
CMYK
RGB Variations
Color information
#B1CAC4 (or 0xB1CAC4) is known color: Opal. HEX triplet: B1, CA and C4. RGB value is (177,202,196). Sum of RGB (Red+Green+Blue) = 177+202+196=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CAC4 is #4E353B. Grayscale: #C1C1C1. Windows color (decimal): -5125436 or 12896945. OLE color: 12896945.
HSL color Cylindrical-coordinate representation of color #B1CAC4: hue angle of 165.6º 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 #B1CAC4 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 196 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.21 |
| HSL | 165.6º | 0.19% | 0.74% | - |
| HSV(B) | 165.6º | 0.12% | 0.79% | - |
| XYZ | 49.22 | 55.57 | 60.36 | - |
| YUV | 193.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 196 | 0.12 | 0 | 0.03 | 0.21 | 165.6 | 0.19 | 0.74 |
| Hex | B1 | CA | C4 | C | 0 | 3 | 15 | A6 | 13 | 4A |
| Octal | 261 | 312 | 304 | 14 | 0 | 3 | 25 | 246 | 23 | 112 |
| Binary | 10110001 | 11001010 | 11000100 | 1100 | 0 | 11 | 10101 | 10100110 | 10011 | 1001010 |
Color Harmonies of #B1CAC4
Complementary color
Monochromatic Colors of #B1CAC4
Black with #B1CAC4
Text Example
Text Example
White with #B1CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CAC4; }
p { color: rgb(177,202,196); }
H1.HeaderClassName
{
color: #B1CAC4;
}
.AnyTagClassName
{
color: #B1CAC4;
}
</style>
background-color css
<style>
a { background-color: #B1CAC4; }
a { background-color: rgb(177,202,196); }
div.DivClassName
{
background-color: #B1CAC4;
}
.BgClassName
{
background-color: #B1CAC4;
}
</style>
border-color css
<style>
span { border-color: #B1CAC4; }
span { border-color: rgb(177,202,196); }
td.TdClassName
{
border-color: #B1CAC4;
}
.TagClassName
{
border-color: #B1CAC4;
}
</style>