Shades of Spindle #BDC5CB
Tints of Spindle #BDC5CB
RGB
CMYK
RGB Variations
Color information
#BDC5CB (or 0xBDC5CB) is known color: Spindle. HEX triplet: BD, C5 and CB. RGB value is (189,197,203). Sum of RGB (Red+Green+Blue) = 189+197+203=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDC5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5CB is #423A34. Grayscale: #C3C3C3. Windows color (decimal): -4340277 or 13354429. OLE color: 13354429.
HSL color Cylindrical-coordinate representation of color #BDC5CB: hue angle of 205.71º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC5CB is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 197 | 203 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.20 |
| HSL | 205.71º | 0.12% | 0.77% | - |
| HSV(B) | 205.71º | 0.07% | 0.8% | - |
| XYZ | 51.73 | 55.06 | 64.4 | - |
| YUV | 195.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 203 | 0.07 | 0.03 | 0 | 0.20 | 205.71 | 0.12 | 0.77 |
| Hex | BD | C5 | CB | 7 | 3 | 0 | 14 | CE | C | 4D |
| Octal | 275 | 305 | 313 | 7 | 3 | 0 | 24 | 316 | 14 | 115 |
| Binary | 10111101 | 11000101 | 11001011 | 111 | 11 | 0 | 10100 | 11001110 | 1100 | 1001101 |
Color Harmonies of #BDC5CB
Complementary color
Monochromatic Colors of #BDC5CB
Black with #BDC5CB
Text Example
Text Example
White with #BDC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5CB; }
p { color: rgb(189,197,203); }
H1.HeaderClassName
{
color: #BDC5CB;
}
.AnyTagClassName
{
color: #BDC5CB;
}
</style>
background-color css
<style>
a { background-color: #BDC5CB; }
a { background-color: rgb(189,197,203); }
div.DivClassName
{
background-color: #BDC5CB;
}
.BgClassName
{
background-color: #BDC5CB;
}
</style>
border-color css
<style>
span { border-color: #BDC5CB; }
span { border-color: rgb(189,197,203); }
td.TdClassName
{
border-color: #BDC5CB;
}
.TagClassName
{
border-color: #BDC5CB;
}
</style>