Shades of Opal #B5C5C2
Tints of Opal #B5C5C2
RGB
CMYK
RGB Variations
Color information
#B5C5C2 (or 0xB5C5C2) is known color: Opal. HEX triplet: B5, C5 and C2. RGB value is (181,197,194). Sum of RGB (Red+Green+Blue) = 181+197+194=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5C2 is #4A3A3D. Grayscale: #BFBFBF. Windows color (decimal): -4864574 or 12764597. OLE color: 12764597.
HSL color Cylindrical-coordinate representation of color #B5C5C2: hue angle of 168.75º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5C5C2 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
RGB | 181 | 197 | 194 | - |
CMYK | 0.08 | 0 | 0.02 | 0.23 |
HSL | 168.75º | 0.12% | 0.74% | - |
HSV(B) | 168.75º | 0.08% | 0.77% | - |
XYZ | 48.76 | 53.65 | 58.82 | - |
YUV | 191.87 | 129.2 | 120.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 197 | 194 | 0.08 | 0 | 0.02 | 0.23 | 168.75 | 0.12 | 0.74 |
Hex | B5 | C5 | C2 | 8 | 0 | 2 | 17 | A9 | C | 4A |
Octal | 265 | 305 | 302 | 10 | 0 | 2 | 27 | 251 | 14 | 112 |
Binary | 10110101 | 11000101 | 11000010 | 1000 | 0 | 10 | 10111 | 10101001 | 1100 | 1001010 |
Color Harmonies of #B5C5C2
Complementary color
Monochromatic Colors of #B5C5C2
Black with #B5C5C2
Text Example
Text Example
White with #B5C5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C5C2; }
p { color: rgb(181,197,194); }
H1.HeaderClassName
{
color: #B5C5C2;
}
.AnyTagClassName
{
color: #B5C5C2;
}
</style>
background-color css
<style>
a { background-color: #B5C5C2; }
a { background-color: rgb(181,197,194); }
div.DivClassName
{
background-color: #B5C5C2;
}
.BgClassName
{
background-color: #B5C5C2;
}
</style>
border-color css
<style>
span { border-color: #B5C5C2; }
span { border-color: rgb(181,197,194); }
td.TdClassName
{
border-color: #B5C5C2;
}
.TagClassName
{
border-color: #B5C5C2;
}
</style>