Shades of Spindle #BDC9D4
Tints of Spindle #BDC9D4
RGB
CMYK
RGB Variations
Color information
#BDC9D4 (or 0xBDC9D4) is known color: Spindle. HEX triplet: BD, C9 and D4. RGB value is (189,201,212). Sum of RGB (Red+Green+Blue) = 189+201+212=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDC9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9D4 is #42362B. Grayscale: #C6C6C6. Windows color (decimal): -4339244 or 13945277. OLE color: 13945277.
HSL color Cylindrical-coordinate representation of color #BDC9D4: hue angle of 208.7º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDC9D4 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 201 | 212 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.17 |
| HSL | 208.7º | 0.21% | 0.79% | - |
| HSV(B) | 208.7º | 0.11% | 0.83% | - |
| XYZ | 53.76 | 57.35 | 70.52 | - |
| YUV | 198.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 212 | 0.11 | 0.05 | 0 | 0.17 | 208.7 | 0.21 | 0.79 |
| Hex | BD | C9 | D4 | B | 5 | 0 | 11 | D1 | 15 | 4F |
| Octal | 275 | 311 | 324 | 13 | 5 | 0 | 21 | 321 | 25 | 117 |
| Binary | 10111101 | 11001001 | 11010100 | 1011 | 101 | 0 | 10001 | 11010001 | 10101 | 1001111 |
Color Harmonies of #BDC9D4
Complementary color
Monochromatic Colors of #BDC9D4
Black with #BDC9D4
Text Example
Text Example
White with #BDC9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9D4; }
p { color: rgb(189,201,212); }
H1.HeaderClassName
{
color: #BDC9D4;
}
.AnyTagClassName
{
color: #BDC9D4;
}
</style>
background-color css
<style>
a { background-color: #BDC9D4; }
a { background-color: rgb(189,201,212); }
div.DivClassName
{
background-color: #BDC9D4;
}
.BgClassName
{
background-color: #BDC9D4;
}
</style>
border-color css
<style>
span { border-color: #BDC9D4; }
span { border-color: rgb(189,201,212); }
td.TdClassName
{
border-color: #BDC9D4;
}
.TagClassName
{
border-color: #BDC9D4;
}
</style>