Shades of Spindle #B3BDC9
Tints of Spindle #B3BDC9
RGB
CMYK
RGB Variations
Color information
#B3BDC9 (or 0xB3BDC9) is known color: Spindle. HEX triplet: B3, BD and C9. RGB value is (179,189,201). Sum of RGB (Red+Green+Blue) = 179+189+201=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #B3BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDC9 is #4C4236. Grayscale: #BBBBBB. Windows color (decimal): -4997687 or 13221299. OLE color: 13221299.
HSL color Cylindrical-coordinate representation of color #B3BDC9: hue angle of 212.73º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3BDC9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 189 | 201 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.21 |
| HSL | 212.73º | 0.17% | 0.75% | - |
| HSV(B) | 212.73º | 0.11% | 0.79% | - |
| XYZ | 47.33 | 50.2 | 62.45 | - |
| YUV | 187.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 201 | 0.11 | 0.06 | 0 | 0.21 | 212.73 | 0.17 | 0.75 |
| Hex | B3 | BD | C9 | B | 6 | 0 | 15 | D5 | 11 | 4B |
| Octal | 263 | 275 | 311 | 13 | 6 | 0 | 25 | 325 | 21 | 113 |
| Binary | 10110011 | 10111101 | 11001001 | 1011 | 110 | 0 | 10101 | 11010101 | 10001 | 1001011 |
Color Harmonies of #B3BDC9
Complementary color
Monochromatic Colors of #B3BDC9
Black with #B3BDC9
Text Example
Text Example
White with #B3BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BDC9; }
p { color: rgb(179,189,201); }
H1.HeaderClassName
{
color: #B3BDC9;
}
.AnyTagClassName
{
color: #B3BDC9;
}
</style>
background-color css
<style>
a { background-color: #B3BDC9; }
a { background-color: rgb(179,189,201); }
div.DivClassName
{
background-color: #B3BDC9;
}
.BgClassName
{
background-color: #B3BDC9;
}
</style>
border-color css
<style>
span { border-color: #B3BDC9; }
span { border-color: rgb(179,189,201); }
td.TdClassName
{
border-color: #B3BDC9;
}
.TagClassName
{
border-color: #B3BDC9;
}
</style>