Shades of Spindle #B5BDCD
Tints of Spindle #B5BDCD
RGB
CMYK
RGB Variations
Color information
#B5BDCD (or 0xB5BDCD) is known color: Spindle. HEX triplet: B5, BD and CD. RGB value is (181,189,205). Sum of RGB (Red+Green+Blue) = 181+189+205=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDCD is #4A4232. Grayscale: #BCBCBC. Windows color (decimal): -4866611 or 13483445. OLE color: 13483445.
HSL color Cylindrical-coordinate representation of color #B5BDCD: hue angle of 220º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5BDCD is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 189 | 205 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.20 |
| HSL | 220º | 0.19% | 0.76% | - |
| HSV(B) | 220º | 0.12% | 0.8% | - |
| XYZ | 48.27 | 50.63 | 64.99 | - |
| YUV | 188.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 205 | 0.12 | 0.08 | 0 | 0.20 | 220 | 0.19 | 0.76 |
| Hex | B5 | BD | CD | C | 8 | 0 | 14 | DC | 13 | 4C |
| Octal | 265 | 275 | 315 | 14 | 10 | 0 | 24 | 334 | 23 | 114 |
| Binary | 10110101 | 10111101 | 11001101 | 1100 | 1000 | 0 | 10100 | 11011100 | 10011 | 1001100 |
Color Harmonies of #B5BDCD
Complementary color
Monochromatic Colors of #B5BDCD
Black with #B5BDCD
Text Example
Text Example
White with #B5BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BDCD; }
p { color: rgb(181,189,205); }
H1.HeaderClassName
{
color: #B5BDCD;
}
.AnyTagClassName
{
color: #B5BDCD;
}
</style>
background-color css
<style>
a { background-color: #B5BDCD; }
a { background-color: rgb(181,189,205); }
div.DivClassName
{
background-color: #B5BDCD;
}
.BgClassName
{
background-color: #B5BDCD;
}
</style>
border-color css
<style>
span { border-color: #B5BDCD; }
span { border-color: rgb(181,189,205); }
td.TdClassName
{
border-color: #B5BDCD;
}
.TagClassName
{
border-color: #B5BDCD;
}
</style>