Shades of Spindle #BDCED5
Tints of Spindle #BDCED5
RGB
CMYK
RGB Variations
Color information
#BDCED5 (or 0xBDCED5) is known color: Spindle. HEX triplet: BD, CE and D5. RGB value is (189,206,213). Sum of RGB (Red+Green+Blue) = 189+206+213=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCED5 is #42312A. Grayscale: #C9C9C9. Windows color (decimal): -4337963 or 14012093. OLE color: 14012093.
HSL color Cylindrical-coordinate representation of color #BDCED5: hue angle of 197.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDCED5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 206 | 213 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.16 |
| HSL | 197.5º | 0.22% | 0.79% | - |
| HSV(B) | 197.5º | 0.11% | 0.84% | - |
| XYZ | 55.07 | 59.77 | 71.58 | - |
| YUV | 201.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 213 | 0.11 | 0.03 | 0 | 0.16 | 197.5 | 0.22 | 0.79 |
| Hex | BD | CE | D5 | B | 3 | 0 | 10 | C6 | 16 | 4F |
| Octal | 275 | 316 | 325 | 13 | 3 | 0 | 20 | 306 | 26 | 117 |
| Binary | 10111101 | 11001110 | 11010101 | 1011 | 11 | 0 | 10000 | 11000110 | 10110 | 1001111 |
Color Harmonies of #BDCED5
Complementary color
Monochromatic Colors of #BDCED5
Black with #BDCED5
Text Example
Text Example
White with #BDCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCED5; }
p { color: rgb(189,206,213); }
H1.HeaderClassName
{
color: #BDCED5;
}
.AnyTagClassName
{
color: #BDCED5;
}
</style>
background-color css
<style>
a { background-color: #BDCED5; }
a { background-color: rgb(189,206,213); }
div.DivClassName
{
background-color: #BDCED5;
}
.BgClassName
{
background-color: #BDCED5;
}
</style>
border-color css
<style>
span { border-color: #BDCED5; }
span { border-color: rgb(189,206,213); }
td.TdClassName
{
border-color: #BDCED5;
}
.TagClassName
{
border-color: #BDCED5;
}
</style>