Shades of Spindle #BDCBD5
Tints of Spindle #BDCBD5
RGB
CMYK
RGB Variations
Color information
#BDCBD5 (or 0xBDCBD5) is known color: Spindle. HEX triplet: BD, CB and D5. RGB value is (189,203,213). Sum of RGB (Red+Green+Blue) = 189+203+213=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDCBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBD5 is #42342A. Grayscale: #C7C7C7. Windows color (decimal): -4338731 or 14011325. OLE color: 14011325.
HSL color Cylindrical-coordinate representation of color #BDCBD5: hue angle of 205º 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 #BDCBD5 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 203 | 213 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.16 |
| HSL | 205º | 0.22% | 0.79% | - |
| HSV(B) | 205º | 0.11% | 0.84% | - |
| XYZ | 54.35 | 58.33 | 71.35 | - |
| YUV | 199.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 213 | 0.11 | 0.05 | 0 | 0.16 | 205 | 0.22 | 0.79 |
| Hex | BD | CB | D5 | B | 5 | 0 | 10 | CD | 16 | 4F |
| Octal | 275 | 313 | 325 | 13 | 5 | 0 | 20 | 315 | 26 | 117 |
| Binary | 10111101 | 11001011 | 11010101 | 1011 | 101 | 0 | 10000 | 11001101 | 10110 | 1001111 |
Color Harmonies of #BDCBD5
Complementary color
Monochromatic Colors of #BDCBD5
Black with #BDCBD5
Text Example
Text Example
White with #BDCBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBD5; }
p { color: rgb(189,203,213); }
H1.HeaderClassName
{
color: #BDCBD5;
}
.AnyTagClassName
{
color: #BDCBD5;
}
</style>
background-color css
<style>
a { background-color: #BDCBD5; }
a { background-color: rgb(189,203,213); }
div.DivClassName
{
background-color: #BDCBD5;
}
.BgClassName
{
background-color: #BDCBD5;
}
</style>
border-color css
<style>
span { border-color: #BDCBD5; }
span { border-color: rgb(189,203,213); }
td.TdClassName
{
border-color: #BDCBD5;
}
.TagClassName
{
border-color: #BDCBD5;
}
</style>