Shades of Spindle #B5BAC2
Tints of Spindle #B5BAC2
RGB
CMYK
RGB Variations
Color information
#B5BAC2 (or 0xB5BAC2) is known color: Spindle. HEX triplet: B5, BA and C2. RGB value is (181,186,194). Sum of RGB (Red+Green+Blue) = 181+186+194=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 194 - color contains mainly: blue. Hex color #B5BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BAC2 is #4A453D. Grayscale: #B9B9B9. Windows color (decimal): -4867390 or 12761781. OLE color: 12761781.
HSL color Cylindrical-coordinate representation of color #B5BAC2: hue angle of 216.92º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5BAC2 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 181 | 186 | 194 | - |
CMYK | 0.07 | 0.04 | 0 | 0.24 |
HSL | 216.92º | 0.1% | 0.74% | - |
HSV(B) | 216.92º | 0.07% | 0.76% | - |
XYZ | 46.35 | 48.84 | 58.02 | - |
YUV | 185.42 | 132.84 | 124.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 186 | 194 | 0.07 | 0.04 | 0 | 0.24 | 216.92 | 0.1 | 0.74 |
Hex | B5 | BA | C2 | 7 | 4 | 0 | 18 | D9 | A | 4A |
Octal | 265 | 272 | 302 | 7 | 4 | 0 | 30 | 331 | 12 | 112 |
Binary | 10110101 | 10111010 | 11000010 | 111 | 100 | 0 | 11000 | 11011001 | 1010 | 1001010 |
Color Harmonies of #B5BAC2
Complementary color
Monochromatic Colors of #B5BAC2
Black with #B5BAC2
Text Example
Text Example
White with #B5BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BAC2; }
p { color: rgb(181,186,194); }
H1.HeaderClassName
{
color: #B5BAC2;
}
.AnyTagClassName
{
color: #B5BAC2;
}
</style>
background-color css
<style>
a { background-color: #B5BAC2; }
a { background-color: rgb(181,186,194); }
div.DivClassName
{
background-color: #B5BAC2;
}
.BgClassName
{
background-color: #B5BAC2;
}
</style>
border-color css
<style>
span { border-color: #B5BAC2; }
span { border-color: rgb(181,186,194); }
td.TdClassName
{
border-color: #B5BAC2;
}
.TagClassName
{
border-color: #B5BAC2;
}
</style>