Shades of Spindle #BDC4C9
Tints of Spindle #BDC4C9
RGB
CMYK
RGB Variations
Color information
#BDC4C9 (or 0xBDC4C9) is known color: Spindle. HEX triplet: BD, C4 and C9. RGB value is (189,196,201). Sum of RGB (Red+Green+Blue) = 189+196+201=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDC4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4C9 is #423B36. Grayscale: #C2C2C2. Windows color (decimal): -4340535 or 13223101. OLE color: 13223101.
HSL color Cylindrical-coordinate representation of color #BDC4C9: hue angle of 205º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC4C9 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 196 | 201 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.21 |
| HSL | 205º | 0.1% | 0.76% | - |
| HSV(B) | 205º | 0.06% | 0.79% | - |
| XYZ | 51.27 | 54.52 | 63.08 | - |
| YUV | 194.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 201 | 0.06 | 0.02 | 0 | 0.21 | 205 | 0.1 | 0.76 |
| Hex | BD | C4 | C9 | 6 | 2 | 0 | 15 | CD | A | 4C |
| Octal | 275 | 304 | 311 | 6 | 2 | 0 | 25 | 315 | 12 | 114 |
| Binary | 10111101 | 11000100 | 11001001 | 110 | 10 | 0 | 10101 | 11001101 | 1010 | 1001100 |
Color Harmonies of #BDC4C9
Complementary color
Monochromatic Colors of #BDC4C9
Black with #BDC4C9
Text Example
Text Example
White with #BDC4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4C9; }
p { color: rgb(189,196,201); }
H1.HeaderClassName
{
color: #BDC4C9;
}
.AnyTagClassName
{
color: #BDC4C9;
}
</style>
background-color css
<style>
a { background-color: #BDC4C9; }
a { background-color: rgb(189,196,201); }
div.DivClassName
{
background-color: #BDC4C9;
}
.BgClassName
{
background-color: #BDC4C9;
}
</style>
border-color css
<style>
span { border-color: #BDC4C9; }
span { border-color: rgb(189,196,201); }
td.TdClassName
{
border-color: #BDC4C9;
}
.TagClassName
{
border-color: #BDC4C9;
}
</style>