Shades of Spindle #BDC8D1
Tints of Spindle #BDC8D1
RGB
CMYK
RGB Variations
Color information
#BDC8D1 (or 0xBDC8D1) is known color: Spindle. HEX triplet: BD, C8 and D1. RGB value is (189,200,209). Sum of RGB (Red+Green+Blue) = 189+200+209=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDC8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8D1 is #42372E. Grayscale: #C5C5C5. Windows color (decimal): -4339503 or 13748413. OLE color: 13748413.
HSL color Cylindrical-coordinate representation of color #BDC8D1: hue angle of 207º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC8D1 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 200 | 209 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.18 |
| HSL | 207º | 0.18% | 0.78% | - |
| HSV(B) | 207º | 0.1% | 0.82% | - |
| XYZ | 53.15 | 56.73 | 68.47 | - |
| YUV | 197.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 209 | 0.10 | 0.04 | 0 | 0.18 | 207 | 0.18 | 0.78 |
| Hex | BD | C8 | D1 | A | 4 | 0 | 12 | CF | 12 | 4E |
| Octal | 275 | 310 | 321 | 12 | 4 | 0 | 22 | 317 | 22 | 116 |
| Binary | 10111101 | 11001000 | 11010001 | 1010 | 100 | 0 | 10010 | 11001111 | 10010 | 1001110 |
Color Harmonies of #BDC8D1
Complementary color
Monochromatic Colors of #BDC8D1
Black with #BDC8D1
Text Example
Text Example
White with #BDC8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8D1; }
p { color: rgb(189,200,209); }
H1.HeaderClassName
{
color: #BDC8D1;
}
.AnyTagClassName
{
color: #BDC8D1;
}
</style>
background-color css
<style>
a { background-color: #BDC8D1; }
a { background-color: rgb(189,200,209); }
div.DivClassName
{
background-color: #BDC8D1;
}
.BgClassName
{
background-color: #BDC8D1;
}
</style>
border-color css
<style>
span { border-color: #BDC8D1; }
span { border-color: rgb(189,200,209); }
td.TdClassName
{
border-color: #BDC8D1;
}
.TagClassName
{
border-color: #BDC8D1;
}
</style>