Shades of Spindle #BDC3CB
Tints of Spindle #BDC3CB
RGB
CMYK
RGB Variations
Color information
#BDC3CB (or 0xBDC3CB) is known color: Spindle. HEX triplet: BD, C3 and CB. RGB value is (189,195,203). Sum of RGB (Red+Green+Blue) = 189+195+203=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3CB is #423C34. Grayscale: #C2C2C2. Windows color (decimal): -4340789 or 13353917. OLE color: 13353917.
HSL color Cylindrical-coordinate representation of color #BDC3CB: hue angle of 214.29º 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 #BDC3CB is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 195 | 203 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.20 |
| HSL | 214.29º | 0.12% | 0.77% | - |
| HSV(B) | 214.29º | 0.07% | 0.8% | - |
| XYZ | 51.28 | 54.16 | 64.25 | - |
| YUV | 194.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 203 | 0.07 | 0.04 | 0 | 0.20 | 214.29 | 0.12 | 0.77 |
| Hex | BD | C3 | CB | 7 | 4 | 0 | 14 | D6 | C | 4D |
| Octal | 275 | 303 | 313 | 7 | 4 | 0 | 24 | 326 | 14 | 115 |
| Binary | 10111101 | 11000011 | 11001011 | 111 | 100 | 0 | 10100 | 11010110 | 1100 | 1001101 |
Color Harmonies of #BDC3CB
Complementary color
Monochromatic Colors of #BDC3CB
Black with #BDC3CB
Text Example
Text Example
White with #BDC3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3CB; }
p { color: rgb(189,195,203); }
H1.HeaderClassName
{
color: #BDC3CB;
}
.AnyTagClassName
{
color: #BDC3CB;
}
</style>
background-color css
<style>
a { background-color: #BDC3CB; }
a { background-color: rgb(189,195,203); }
div.DivClassName
{
background-color: #BDC3CB;
}
.BgClassName
{
background-color: #BDC3CB;
}
</style>
border-color css
<style>
span { border-color: #BDC3CB; }
span { border-color: rgb(189,195,203); }
td.TdClassName
{
border-color: #BDC3CB;
}
.TagClassName
{
border-color: #BDC3CB;
}
</style>