Shades of Opal #B5C0BD
Tints of Opal #B5C0BD
RGB
CMYK
RGB Variations
Color information
#B5C0BD (or 0xB5C0BD) is known color: Opal. HEX triplet: B5, C0 and BD. RGB value is (181,192,189). Sum of RGB (Red+Green+Blue) = 181+192+189=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C0BD is #4A3F42. Grayscale: #BCBCBC. Windows color (decimal): -4865859 or 12435637. OLE color: 12435637.
HSL color Cylindrical-coordinate representation of color #B5C0BD: hue angle of 163.64º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5C0BD is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 189 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.25 |
| HSL | 163.64º | 0.08% | 0.73% | - |
| HSV(B) | 163.64º | 0.06% | 0.75% | - |
| XYZ | 47.09 | 51.2 | 55.54 | - |
| YUV | 188.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 189 | 0.06 | 0 | 0.02 | 0.25 | 163.64 | 0.08 | 0.73 |
| Hex | B5 | C0 | BD | 6 | 0 | 2 | 19 | A4 | 8 | 49 |
| Octal | 265 | 300 | 275 | 6 | 0 | 2 | 31 | 244 | 10 | 111 |
| Binary | 10110101 | 11000000 | 10111101 | 110 | 0 | 10 | 11001 | 10100100 | 1000 | 1001001 |
Color Harmonies of #B5C0BD
Complementary color
Monochromatic Colors of #B5C0BD
Black with #B5C0BD
Text Example
Text Example
White with #B5C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C0BD; }
p { color: rgb(181,192,189); }
H1.HeaderClassName
{
color: #B5C0BD;
}
.AnyTagClassName
{
color: #B5C0BD;
}
</style>
background-color css
<style>
a { background-color: #B5C0BD; }
a { background-color: rgb(181,192,189); }
div.DivClassName
{
background-color: #B5C0BD;
}
.BgClassName
{
background-color: #B5C0BD;
}
</style>
border-color css
<style>
span { border-color: #B5C0BD; }
span { border-color: rgb(181,192,189); }
td.TdClassName
{
border-color: #B5C0BD;
}
.TagClassName
{
border-color: #B5C0BD;
}
</style>