Shades of Spindle #B4BDC9
Tints of Spindle #B4BDC9
RGB
CMYK
RGB Variations
Color information
#B4BDC9 (or 0xB4BDC9) is known color: Spindle. HEX triplet: B4, BD and C9. RGB value is (180,189,201). Sum of RGB (Red+Green+Blue) = 180+189+201=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #B4BDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDC9 is #4B4236. Grayscale: #BBBBBB. Windows color (decimal): -4932151 or 13221300. OLE color: 13221300.
HSL color Cylindrical-coordinate representation of color #B4BDC9: hue angle of 214.29º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4BDC9 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 189 | 201 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.21 |
| HSL | 214.29º | 0.16% | 0.75% | - |
| HSV(B) | 214.29º | 0.1% | 0.79% | - |
| XYZ | 47.56 | 50.32 | 62.46 | - |
| YUV | 187.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 201 | 0.10 | 0.06 | 0 | 0.21 | 214.29 | 0.16 | 0.75 |
| Hex | B4 | BD | C9 | A | 6 | 0 | 15 | D6 | 10 | 4B |
| Octal | 264 | 275 | 311 | 12 | 6 | 0 | 25 | 326 | 20 | 113 |
| Binary | 10110100 | 10111101 | 11001001 | 1010 | 110 | 0 | 10101 | 11010110 | 10000 | 1001011 |
Color Harmonies of #B4BDC9
Complementary color
Monochromatic Colors of #B4BDC9
Black with #B4BDC9
Text Example
Text Example
White with #B4BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BDC9; }
p { color: rgb(180,189,201); }
H1.HeaderClassName
{
color: #B4BDC9;
}
.AnyTagClassName
{
color: #B4BDC9;
}
</style>
background-color css
<style>
a { background-color: #B4BDC9; }
a { background-color: rgb(180,189,201); }
div.DivClassName
{
background-color: #B4BDC9;
}
.BgClassName
{
background-color: #B4BDC9;
}
</style>
border-color css
<style>
span { border-color: #B4BDC9; }
span { border-color: rgb(180,189,201); }
td.TdClassName
{
border-color: #B4BDC9;
}
.TagClassName
{
border-color: #B4BDC9;
}
</style>