Shades of Opal #B0CAC3
Tints of Opal #B0CAC3
RGB
CMYK
RGB Variations
Color information
#B0CAC3 (or 0xB0CAC3) is known color: Opal. HEX triplet: B0, CA and C3. RGB value is (176,202,195). Sum of RGB (Red+Green+Blue) = 176+202+195=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CAC3 is #4F353C. Grayscale: #C1C1C1. Windows color (decimal): -5190973 or 12831408. OLE color: 12831408.
HSL color Cylindrical-coordinate representation of color #B0CAC3: hue angle of 163.85º 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 #B0CAC3 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 176 | 202 | 195 | - |
CMYK | 0.13 | 0 | 0.03 | 0.21 |
HSL | 163.85º | 0.2% | 0.74% | - |
HSV(B) | 163.85º | 0.13% | 0.79% | - |
XYZ | 48.88 | 55.41 | 59.75 | - |
YUV | 193.43 | 128.89 | 115.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 202 | 195 | 0.13 | 0 | 0.03 | 0.21 | 163.85 | 0.2 | 0.74 |
Hex | B0 | CA | C3 | D | 0 | 3 | 15 | A4 | 14 | 4A |
Octal | 260 | 312 | 303 | 15 | 0 | 3 | 25 | 244 | 24 | 112 |
Binary | 10110000 | 11001010 | 11000011 | 1101 | 0 | 11 | 10101 | 10100100 | 10100 | 1001010 |
Color Harmonies of #B0CAC3
Complementary color
Monochromatic Colors of #B0CAC3
Black with #B0CAC3
Text Example
Text Example
White with #B0CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CAC3; }
p { color: rgb(176,202,195); }
H1.HeaderClassName
{
color: #B0CAC3;
}
.AnyTagClassName
{
color: #B0CAC3;
}
</style>
background-color css
<style>
a { background-color: #B0CAC3; }
a { background-color: rgb(176,202,195); }
div.DivClassName
{
background-color: #B0CAC3;
}
.BgClassName
{
background-color: #B0CAC3;
}
</style>
border-color css
<style>
span { border-color: #B0CAC3; }
span { border-color: rgb(176,202,195); }
td.TdClassName
{
border-color: #B0CAC3;
}
.TagClassName
{
border-color: #B0CAC3;
}
</style>