Shades of Spindle #B5BFCD
Tints of Spindle #B5BFCD
RGB
CMYK
RGB Variations
Color information
#B5BFCD (or 0xB5BFCD) is known color: Spindle. HEX triplet: B5, BF and CD. RGB value is (181,191,205). Sum of RGB (Red+Green+Blue) = 181+191+205=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFCD is #4A4032. Grayscale: #BDBDBD. Windows color (decimal): -4866099 or 13483957. OLE color: 13483957.
HSL color Cylindrical-coordinate representation of color #B5BFCD: hue angle of 215º 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 #B5BFCD is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 191 | 205 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.20 |
| HSL | 215º | 0.19% | 0.76% | - |
| HSV(B) | 215º | 0.12% | 0.8% | - |
| XYZ | 48.71 | 51.49 | 65.13 | - |
| YUV | 189.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 205 | 0.12 | 0.07 | 0 | 0.20 | 215 | 0.19 | 0.76 |
| Hex | B5 | BF | CD | C | 7 | 0 | 14 | D7 | 13 | 4C |
| Octal | 265 | 277 | 315 | 14 | 7 | 0 | 24 | 327 | 23 | 114 |
| Binary | 10110101 | 10111111 | 11001101 | 1100 | 111 | 0 | 10100 | 11010111 | 10011 | 1001100 |
Color Harmonies of #B5BFCD
Complementary color
Monochromatic Colors of #B5BFCD
Black with #B5BFCD
Text Example
Text Example
White with #B5BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFCD; }
p { color: rgb(181,191,205); }
H1.HeaderClassName
{
color: #B5BFCD;
}
.AnyTagClassName
{
color: #B5BFCD;
}
</style>
background-color css
<style>
a { background-color: #B5BFCD; }
a { background-color: rgb(181,191,205); }
div.DivClassName
{
background-color: #B5BFCD;
}
.BgClassName
{
background-color: #B5BFCD;
}
</style>
border-color css
<style>
span { border-color: #B5BFCD; }
span { border-color: rgb(181,191,205); }
td.TdClassName
{
border-color: #B5BFCD;
}
.TagClassName
{
border-color: #B5BFCD;
}
</style>