Shades of Spindle #B3BCD5
Tints of Spindle #B3BCD5
RGB
CMYK
RGB Variations
Color information
#B3BCD5 (or 0xB3BCD5) is known color: Spindle. HEX triplet: B3, BC and D5. RGB value is (179,188,213). Sum of RGB (Red+Green+Blue) = 179+188+213=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #B3BCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCD5 is #4C432A. Grayscale: #BCBCBC. Windows color (decimal): -4997931 or 14007475. OLE color: 14007475.
HSL color Cylindrical-coordinate representation of color #B3BCD5: hue angle of 224.12º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3BCD5 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 188 | 213 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.16 |
| HSL | 224.12º | 0.29% | 0.77% | - |
| HSV(B) | 224.12º | 0.16% | 0.84% | - |
| XYZ | 48.58 | 50.35 | 70.11 | - |
| YUV | 188.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 213 | 0.16 | 0.12 | 0 | 0.16 | 224.12 | 0.29 | 0.77 |
| Hex | B3 | BC | D5 | 10 | C | 0 | 10 | E0 | 1D | 4D |
| Octal | 263 | 274 | 325 | 20 | 14 | 0 | 20 | 340 | 35 | 115 |
| Binary | 10110011 | 10111100 | 11010101 | 10000 | 1100 | 0 | 10000 | 11100000 | 11101 | 1001101 |
Color Harmonies of #B3BCD5
Complementary color
Monochromatic Colors of #B3BCD5
Black with #B3BCD5
Text Example
Text Example
White with #B3BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BCD5; }
p { color: rgb(179,188,213); }
H1.HeaderClassName
{
color: #B3BCD5;
}
.AnyTagClassName
{
color: #B3BCD5;
}
</style>
background-color css
<style>
a { background-color: #B3BCD5; }
a { background-color: rgb(179,188,213); }
div.DivClassName
{
background-color: #B3BCD5;
}
.BgClassName
{
background-color: #B3BCD5;
}
</style>
border-color css
<style>
span { border-color: #B3BCD5; }
span { border-color: rgb(179,188,213); }
td.TdClassName
{
border-color: #B3BCD5;
}
.TagClassName
{
border-color: #B3BCD5;
}
</style>