Shades of Opal #B0CAC5
Tints of Opal #B0CAC5
RGB
CMYK
RGB Variations
Color information
#B0CAC5 (or 0xB0CAC5) is known color: Opal. HEX triplet: B0, CA and C5. RGB value is (176,202,197). Sum of RGB (Red+Green+Blue) = 176+202+197=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CAC5 is #4F353A. Grayscale: #C1C1C1. Windows color (decimal): -5190971 or 12962480. OLE color: 12962480.
HSL color Cylindrical-coordinate representation of color #B0CAC5: hue angle of 168.46º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CAC5 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 197 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.21 |
| HSL | 168.46º | 0.2% | 0.74% | - |
| HSV(B) | 168.46º | 0.13% | 0.79% | - |
| XYZ | 49.1 | 55.5 | 60.95 | - |
| YUV | 193.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 197 | 0.13 | 0 | 0.02 | 0.21 | 168.46 | 0.2 | 0.74 |
| Hex | B0 | CA | C5 | D | 0 | 2 | 15 | A8 | 14 | 4A |
| Octal | 260 | 312 | 305 | 15 | 0 | 2 | 25 | 250 | 24 | 112 |
| Binary | 10110000 | 11001010 | 11000101 | 1101 | 0 | 10 | 10101 | 10101000 | 10100 | 1001010 |
Color Harmonies of #B0CAC5
Complementary color
Monochromatic Colors of #B0CAC5
Black with #B0CAC5
Text Example
Text Example
White with #B0CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CAC5; }
p { color: rgb(176,202,197); }
H1.HeaderClassName
{
color: #B0CAC5;
}
.AnyTagClassName
{
color: #B0CAC5;
}
</style>
background-color css
<style>
a { background-color: #B0CAC5; }
a { background-color: rgb(176,202,197); }
div.DivClassName
{
background-color: #B0CAC5;
}
.BgClassName
{
background-color: #B0CAC5;
}
</style>
border-color css
<style>
span { border-color: #B0CAC5; }
span { border-color: rgb(176,202,197); }
td.TdClassName
{
border-color: #B0CAC5;
}
.TagClassName
{
border-color: #B0CAC5;
}
</style>