Shades of Spindle #BDCBDD
Tints of Spindle #BDCBDD
RGB
CMYK
RGB Variations
Color information
#BDCBDD (or 0xBDCBDD) is known color: Spindle. HEX triplet: BD, CB and DD. RGB value is (189,203,221). Sum of RGB (Red+Green+Blue) = 189+203+221=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDCBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBDD is #423422. Grayscale: #C8C8C8. Windows color (decimal): -4338723 or 14535613. OLE color: 14535613.
HSL color Cylindrical-coordinate representation of color #BDCBDD: hue angle of 213.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCBDD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 203 | 221 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.13 |
| HSL | 213.75º | 0.32% | 0.8% | - |
| HSV(B) | 213.75º | 0.14% | 0.87% | - |
| XYZ | 55.39 | 58.75 | 76.83 | - |
| YUV | 200.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 221 | 0.14 | 0.08 | 0 | 0.13 | 213.75 | 0.32 | 0.8 |
| Hex | BD | CB | DD | E | 8 | 0 | D | D6 | 20 | 50 |
| Octal | 275 | 313 | 335 | 16 | 10 | 0 | 15 | 326 | 40 | 120 |
| Binary | 10111101 | 11001011 | 11011101 | 1110 | 1000 | 0 | 1101 | 11010110 | 100000 | 1010000 |
Color Harmonies of #BDCBDD
Complementary color
Monochromatic Colors of #BDCBDD
Black with #BDCBDD
Text Example
Text Example
White with #BDCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBDD; }
p { color: rgb(189,203,221); }
H1.HeaderClassName
{
color: #BDCBDD;
}
.AnyTagClassName
{
color: #BDCBDD;
}
</style>
background-color css
<style>
a { background-color: #BDCBDD; }
a { background-color: rgb(189,203,221); }
div.DivClassName
{
background-color: #BDCBDD;
}
.BgClassName
{
background-color: #BDCBDD;
}
</style>
border-color css
<style>
span { border-color: #BDCBDD; }
span { border-color: rgb(189,203,221); }
td.TdClassName
{
border-color: #BDCBDD;
}
.TagClassName
{
border-color: #BDCBDD;
}
</style>