Shades of Spindle #B3BCD6
Tints of Spindle #B3BCD6
RGB
CMYK
RGB Variations
Color information
#B3BCD6 (or 0xB3BCD6) is known color: Spindle. HEX triplet: B3, BC and D6. RGB value is (179,188,214). Sum of RGB (Red+Green+Blue) = 179+188+214=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: blue. Hex color #B3BCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCD6 is #4C4329. Grayscale: #BCBCBC. Windows color (decimal): -4997930 or 14073011. OLE color: 14073011.
HSL color Cylindrical-coordinate representation of color #B3BCD6: hue angle of 224.57º degrees, saturation: 0.3, 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 #B3BCD6 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 188 | 214 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.16 |
| HSL | 224.57º | 0.3% | 0.77% | - |
| HSV(B) | 224.57º | 0.16% | 0.84% | - |
| XYZ | 48.71 | 50.41 | 70.78 | - |
| YUV | 188.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 214 | 0.16 | 0.12 | 0 | 0.16 | 224.57 | 0.3 | 0.77 |
| Hex | B3 | BC | D6 | 10 | C | 0 | 10 | E1 | 1E | 4D |
| Octal | 263 | 274 | 326 | 20 | 14 | 0 | 20 | 341 | 36 | 115 |
| Binary | 10110011 | 10111100 | 11010110 | 10000 | 1100 | 0 | 10000 | 11100001 | 11110 | 1001101 |
Color Harmonies of #B3BCD6
Complementary color
Monochromatic Colors of #B3BCD6
Black with #B3BCD6
Text Example
Text Example
White with #B3BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BCD6; }
p { color: rgb(179,188,214); }
H1.HeaderClassName
{
color: #B3BCD6;
}
.AnyTagClassName
{
color: #B3BCD6;
}
</style>
background-color css
<style>
a { background-color: #B3BCD6; }
a { background-color: rgb(179,188,214); }
div.DivClassName
{
background-color: #B3BCD6;
}
.BgClassName
{
background-color: #B3BCD6;
}
</style>
border-color css
<style>
span { border-color: #B3BCD6; }
span { border-color: rgb(179,188,214); }
td.TdClassName
{
border-color: #B3BCD6;
}
.TagClassName
{
border-color: #B3BCD6;
}
</style>