Shades of Spindle #BDC0C5
Tints of Spindle #BDC0C5
RGB
CMYK
RGB Variations
Color information
#BDC0C5 (or 0xBDC0C5) is known color: Spindle. HEX triplet: BD, C0 and C5. RGB value is (189,192,197). Sum of RGB (Red+Green+Blue) = 189+192+197=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDC0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0C5 is #423F3A. Grayscale: #BFBFBF. Windows color (decimal): -4341563 or 12959933. OLE color: 12959933.
HSL color Cylindrical-coordinate representation of color #BDC0C5: hue angle of 217.5º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC0C5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 192 | 197 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.23 |
| HSL | 217.5º | 0.06% | 0.76% | - |
| HSV(B) | 217.5º | 0.04% | 0.77% | - |
| XYZ | 49.91 | 52.55 | 60.34 | - |
| YUV | 191.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 197 | 0.04 | 0.03 | 0 | 0.23 | 217.5 | 0.06 | 0.76 |
| Hex | BD | C0 | C5 | 4 | 3 | 0 | 17 | DA | 6 | 4C |
| Octal | 275 | 300 | 305 | 4 | 3 | 0 | 27 | 332 | 6 | 114 |
| Binary | 10111101 | 11000000 | 11000101 | 100 | 11 | 0 | 10111 | 11011010 | 110 | 1001100 |
Color Harmonies of #BDC0C5
Complementary color
Monochromatic Colors of #BDC0C5
Black with #BDC0C5
Text Example
Text Example
White with #BDC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0C5; }
p { color: rgb(189,192,197); }
H1.HeaderClassName
{
color: #BDC0C5;
}
.AnyTagClassName
{
color: #BDC0C5;
}
</style>
background-color css
<style>
a { background-color: #BDC0C5; }
a { background-color: rgb(189,192,197); }
div.DivClassName
{
background-color: #BDC0C5;
}
.BgClassName
{
background-color: #BDC0C5;
}
</style>
border-color css
<style>
span { border-color: #BDC0C5; }
span { border-color: rgb(189,192,197); }
td.TdClassName
{
border-color: #BDC0C5;
}
.TagClassName
{
border-color: #BDC0C5;
}
</style>